> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/tokenization-api-2.0/zong-lan.md).

# 总览

## 环境&#x20;

我们在沙盒和正式环境中提供以下流程。要访问这些环境并获取请求地址，请联系您的 Codapay 技术支持团队。

| 环境 | 描述                  |
| -- | ------------------- |
| 沙盒 | 允許模擬交易和與支付系統互動的測試環境 |
| 正式 | 处理实际金融交易的正式环境       |

## 支付方式

以下列表介绍 Coda 支持的支付方式及相关信息：

<table><thead><tr><th width="126">支付方式</th><th>國家</th><th>幣別</th><th>状态</th><th>付款方式类型</th><th>一键支付</th><th>会外付款（订阅/自动充值）</th></tr></thead><tbody><tr><td>GoPay</td><td>Indonesia</td><td>IDR</td><td>在线</td><td>gopay</td><td>支持✅</td><td>敬请期待!</td></tr><tr><td>Mada</td><td>Saudi Arabia</td><td>SAU</td><td>在线</td><td>Card</td><td>支持✅</td><td>敬请期待!</td></tr><tr><td>Dana</td><td>Indonesia</td><td>IDR</td><td>在线</td><td>dana</td><td>支持✅</td><td>敬请期待!</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/tokenization-api-2.0/zong-lan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
