> 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/codapay-ru-men-zhi-nan/kai-shi-zhi-fu-qu-dao-she-zhi.md).

# 开始支付渠道设置

{% hint style="info" %}
启动本快速入门假设已创建并设置了 Coda 后台账户，并完成了企业信息、电子协议签署和 KYC 验证。
{% endhint %}

## **您将了解到的内容**

* 如何启动标题（Title）、国家和支付方式
* 如何使用特定的支付方式，在特定国家为特定标题开始接入支付渠道

## **步骤 1：创建标题**

1. 登录到您的 Coda 后台账户并前往至“集成” -> “Codapay”。
2. 点击“Create Codapay Title”&#x20;
3. 输入标题信息或从 Google Play / App Store 导入，选择内容类型以及您想要使用的支付渠道的国家

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

4. 选择服务类型为“Codapay”

<figure><img src="/files/8H2xzjkmuYe6M3xgekZx" alt=""><figcaption></figcaption></figure>

***

## 步骤 2：设置您的重定向 URL 和回调 URL

1. 在您的 Coda 后台账户中，前往至 **集成 -> Codapay -> Sandbox Configuration**。

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

2. 选择您要设置的标题/国家。

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

3. 点击“编辑”并输入您的：

* **回调 URL (Complete notification URL)：**&#x8FD9;是 Codapay 通知您成功支付的地址。
* **重定向 URL(Complete Landing Page URL)：**&#x8FD9;是交易完成后用户将被重定向的默认 URL。如果您在初始 API 调用中传递了 returnURL，它将覆盖此值。

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

***

## **步骤 3：从 Coda 后台获取您的 API 密钥**

在您的 Coda 后台账户中，前往至 **集成 -> Codapay -> API Keys**

* **新商户：**
  * 您将获得统一 API 密钥，这些密钥仅适用于 Codapay v2.0 API。详细信息请参考[此处](https://coda-payments.gitbook.io/zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/codapay-api-ban-ben-gai-lan)。
* **已有商户：**
  * 每个集成的游戏或平台（称为“标题”）将有一组 API 密钥，每个国家的 API 密钥是独立的。
  * 如果您需要在不同国家开设新账户，请通知 Coda Business 为该国家创建新的 API 密钥。
  * 当前的 API 密钥仅适用于 Codapay v1.0 API。如果您希望使用统一 API 密钥以简化集成和密钥管理，请联系 Coda。此操作需要迁移到 Codapay v2.0 API，但核心结构与 v1.0 API 保持不变。详细信息请参考[此处](https://coda-payments.gitbook.io/zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/codapay-api-ban-ben-gai-lan)

<figure><img src="/files/qiV87acsJ4RRnkLOS3wD" alt=""><figcaption><p>v2.0 商家视窗</p></figcaption></figure>

<figure><img src="/files/6EVxfEJxGKCAErym5xu5" alt=""><figcaption><p>v1.0 商家视窗</p></figcaption></figure>

{% hint style="info" %}
**可选：**&#x60A8;可以为每个标题和国家设置 IP 地址白名单。
{% endhint %}

***

## 下一步：

* [开始接入支付页面API](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/codapay-ru-men-zhi-nan/kai-shi-jie-ru-zhi-fu-ye-mian-api.md)


---

# 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/codapay-ru-men-zhi-nan/kai-shi-zhi-fu-qu-dao-she-zhi.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.
