> 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/ji-cheng-zhi-nan.md).

# 集成指南

## 支持支持接入**流程**

根据不同的支付方式，您的 Shopper **可能需要在周期性扣款时执行某些操作**。如果存在此类操作要求，则 Shopper **必须在线** 进行确认，在这种情况下，您 **只能执行“一键支付”（One-Click Payment），而无法执行订阅（Subscription）**。

以下是可用的支付方式及其对应的流程：

## **Tokenized 支付集成对比流程**

| 支付方式  | 国家           | 货币  | 状态 | 支付方式类型 | 绑定流程 - 购物者收费行动                | 解绑流程 | 备注                                                    |
| ----- | ------------ | --- | -- | ------ | ----------------------------- | ---- | ----------------------------------------------------- |
| GoPay | Indonesia    | IDR | 在线 | Gopay  | 不需要                           |      |                                                       |
| Mada  | Saudi Arabia | SAU | 在线 | 卡      | 需要：银行认证                       | 不支持  |                                                       |
| Dana  | Indonesia    | IDR | 在线 | Dana   | 有条件：Shopper可能需要完成电子钱包 OTP 流程。 |      | 如果扣款状态为 **等待 Shopper 操作**，则 Shopper 需要完成操作，否则可直接进行扣款。 |

您可以參考以下两种类型的分步流程。

## 绑定流程（无 Shopper 操作扣款）

<figure><img src="/files/bas02dFYZKMTQzUL2dEo" alt=""><figcaption></figcaption></figure>

## **绑定流程（需要 Shopper 操作进行扣款）**

<figure><img src="/files/pdYkzYWIF4XY7vVCOcqI" alt=""><figcaption></figcaption></figure>

## 解绑流程

<figure><img src="/files/RNM374BxRgiUwIqzPQOJ" alt=""><figcaption></figcaption></figure>


---

# 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/ji-cheng-zhi-nan.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.
