> 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/hou-duan-api-ji-cheng/direct-card-api-ji-cheng/ru-men-zhi-nan.md).

# ✅入门指南

**步骤 1**：获取您的 Coda 帐户和密钥

在开始集成之前，您需要一个**Coda 帐户**、**一个 API 密钥**和**一个合作伙伴 ID**，才能在每个环境（沙盒和生产环境）中发送经过身份验证的请求。

如果您还没有 Coda 帐户，可以联系帐户经理申请一个。

注册账号后，您需要在门户网站的 Codapay 部分获取 API 密钥。您可以向集成支持团队申请**合作伙伴 ID 。**

**步骤 2**：了解身份验证

了解如何使用您的密钥来验证请求。

**步骤 3**：查阅 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/codapay/hou-duan-api-ji-cheng/direct-card-api-ji-cheng/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.
