> 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/payout/payout-chang-jian-wen-ti/coda-payout-ji-cheng.md).

# Coda Payout集成

欢迎使用Coda Payout集成！我们的支持团队将协助您完成关键的集成步骤、在沙盒环境中进行测试以及管理更新和 IP 白名单。随时联系我们以获取帮助。

<mark style="color:purple;">**Coda Payout集成**</mark>

1. **Coda Payout 集成的关键步骤是什么？**

* 获取 Coda 发布者账户、API 密钥、Partner ID 和 Client Secret。
* 学习如何使用[JWT和x-signature](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/ru-men-zhi-nan/shen-fen-yan-zheng-he-shou-quan.md)进行身份验证。
* 查看API参考文档并在沙盒环境中进行测试。

***

2. **如何在沙盒环境中开始测试？**

* 通过电子邮件从 Coda 获取您的 API 密钥和凭证（KYC 批准后提供）。
* 通过群聊联系集成支持团队，配置您的 Webhook URL 和 Balance API 货币。

***

3. **如何更新沙盒环境中的测试交易状态？**

* 通过群聊联系集成支持团队以获取帮助。

***

4. **如何在测试环境中更新 Balance API 值？**

* 通过群聊联系集成支持团队以获取帮助。

***

5. **如何将IP地址列入白名单？**

* 您可以在您的系统中将 Coda 的 IP 地址加入白名单。有关需要加入白名单的具体 IP 地址，请联系 Coda 集成团队以获取帮助。

***

6. **我可以使用一组API密钥来支持所有国家吗？**

* 每个 API 密钥仅适用于特定国家。请为每个国家申请一组新的 API 密钥。


---

# 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/payout/payout-chang-jian-wen-ti/coda-payout-ji-cheng.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.
