> 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.md).

# Codapay 入门指南

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

本节将详细介绍快速测试我们常见集成类型的所有步骤，包括：

* [开始支付渠道设置](/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)
* [开始接入支付页面 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)

另外，您还可以通过 Coda 后台的“[沙盒测试](https://portal.codapayments.com/integration/codapay/sandbox-testing?_gl=1%2a12wexge%2a_ga%2aMTM5MDk5NDE5NS4xNzM0MTg4Njg2%2a_ga_CSGEPL99WN%2aMTczNDM0NDE5OS43LjEuMTczNDM0NDI2MS41OS4wLjA.)”（Sandbox Testing）部分，按照步骤直接测试支付页面API流程。

***

## 设置支付概览

前往**Coda後台** (**Publisher Portal**) 完成这三个步骤：

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><p><mark style="color:purple;">步骤 1</mark> </p><p><strong>创建标题</strong></p></td><td>创建您的标题來做集成测试。</td></tr><tr><td><p><mark style="color:purple;">步骤 2</mark></p><p><strong>设置您的重定向 URL 和回调 URL。</strong></p></td><td>為您选择的标题配置URL。</td></tr><tr><td><p><mark style="color:purple;">步骤 3</mark></p><p><strong>获取您的 API 钥匙</strong></p></td><td>使用您获取的 API 密钥开始进行测试。</td></tr></tbody></table>

&#x20;[**开始支付渠道设置->** ](/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)

***

## 开始接入支付页面 API 概览

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><p><mark style="color:purple;">步骤 1</mark></p><p><strong>发起支付请求</strong></p></td><td>启动付款请求以获得响应。</td></tr><tr><td><p><mark style="color:purple;">步骤 2</mark></p><p><strong>将用户重定向至支付页面完成支付</strong></p></td><td>完成付款请求。</td></tr><tr><td><p><mark style="color:purple;">步骤 3</mark></p><p><strong>查接收订单成功支付通知</strong></p></td><td>接收通知后回复成功消息。</td></tr><tr><td><p><mark style="color:purple;">步骤 4</mark></p><p><strong>调用 InquiryPaymentResult API 确认订单的支付状态</strong></p></td><td></td></tr></tbody></table>

[**开始接入支付页面 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.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.
