> 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/ru-men-zhi-nan.md).

# 入门指南

**步骤 1：**&#x83B7;取您的Coda 后台帐户和凭证

在开始集成之前，您需要拥有一个 **Coda 后台帐户、一个 API 密钥、一个 partnerId 和 client secret**，以便能够在每个环境（沙盒和生产环境）中发送经过身份验证的请求。

如果您还没有 Coda 后台帐户，可以联系集成支持团队获取一个。如果您已经拥有账户，可以直接重复使用。

一旦您拥有账户，您需要获取 API 密钥。您可以向集成支持团队申请 **API 密钥、partnerId 和 client secret**。

**步骤 2：**&#x4E86;解身份验证

请查看 [身份验证和授权](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/ru-men-zhi-nan/shen-fen-yan-zheng-he-shou-quan.md)，了解如何使用您的凭证对请求进行身份验证。

**步骤 3：**&#x67E5;看 API 文档，并进行代付测试

参阅如何发起代付请求。对于回调通知，您需要准备一个 Webhook URL 以接收通知。


---

# 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/ru-men-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.
