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

# 入门指南

## 步骤1:&#x20;

在开始接入前，Coda 将为您生成 **Partner ID**、**Partner Secret Key** 和 **X-API-Key**，以便您能够在每个环境（沙盒和正式）中进行身份验证。

您可以通过Coda 后台 **“API Keys”** 页面获取您的唯一 **apiKey**。如果您已经在使用我们的其他服务（如 **Codapay**），您可以继续使用相同的 **apiKey** 进行集成。

要获取每个环境的这些凭据，您需要提供以下信息：

* **IP 地址**（您将用于调用 API 的 IP 地址，以便我们允许访问）。
* **通知 URL**（您将用于接收 Charge 通知的 URL）。
* **重定向 URL**（支付渠道在账户绑定成功后，将用户重定向至的 URL）。

## 步骤2: 了解身份验证

查看[身份验证部分](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/tokenization-api-2.0/an-quan-yu-yan-zheng.md)安全，了解如何使用凭据对请求进行身份验证。

## 步骤3: 阅读 Codapay 集成指南并进行测试付款

[了解流程](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/tokenization-api-2.0/shang-ye-yong-li.md)以及如何对我们合作的任何付款方式进行收费。

## 技术支持

如果您有任何本文件未涵盖的支持需求或疑问，请联系Codapay 技术支持，他们将为您提供帮助。


---

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