> 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/zhi-fu-ye-mian-api-ji-cheng.md).

# 支付页面API集成

支付页面API集成指的是将客户引导至由 Coda 提供的支付页面。该页面负责收集支付信息并处理交易。

本部分详细说明成功集成所需的每个技术步骤。如需了解流程概览，请参考“[Codapay 入门指南](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/codapay-ru-men-zhi-nan.md)”。

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>发起支付请求</strong></td><td align="center">了解如何发起付款请求并取得交易 ID</td><td></td><td></td><td><a href="/pages/NtwMPRSj4Z4bfAr9JhEt">/pages/NtwMPRSj4Z4bfAr9JhEt</a></td></tr><tr><td align="center"><strong>展示支付页面</strong></td><td align="center">熟悉如何显示支付页面和支付的流程</td><td></td><td></td><td><a href="/pages/W70Rm57JBvv5CIuc9VzS">/pages/W70Rm57JBvv5CIuc9VzS</a></td></tr><tr><td align="center">接受<strong>订单状态通知</strong></td><td align="center">当您的用户完成支付流程时，接收订单状态变化的通知。</td><td></td><td></td><td><a href="/pages/bp4Qc1kdIwn1UE8ZzYXN">/pages/bp4Qc1kdIwn1UE8ZzYXN</a></td></tr><tr><td align="center"><strong>检查订单状态</strong></td><td align="center">了解如何查询订单状态并决定是否发布购买的商品。</td><td></td><td></td><td><a href="/pages/bp4Qc1kdIwn1UE8ZzYXN">/pages/bp4Qc1kdIwn1UE8ZzYXN</a></td></tr></tbody></table>

点击上面的相关链接探索每个部分，以深入了解该过程。


---

# 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/zhi-fu-ye-mian-api-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.
