> 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/ji-cheng-zhi-nan/zhi-fu-qu-dao-xin-xi/zhi-fu-qu-dao-geng-xin/xin-qu-dao-gong-gao/us-american-express.md).

# US American Express

❗我们很高兴向您介绍“American Express”——专为Codapay用户打造的支付渠道。通过引入“American Express”，我们为用户提供了一个无缝便捷的信用卡支付选项。

以下是有关这一全新支付方式的一些重要信息：\
📱 卡支付**渠道**：American Express 是一个卡支付渠道，用户可以通过自己熟悉的信用卡购买所需商品。

💲 **价格限制**：请点击[此处](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/ge-qu-dao-jineji-xian-zhi.md)查看详情。如需更多信息，请联系我们的商务团队。

🔒 **身份验证**：在使用 American Express 进行支付时，系统将跳转至结算页面，用户需提供zipcode及信用卡信息（卡号，有效日期，CVC）才能继续支付流程。

⏰ **交易有效期**：请注意，通过 American Express 发起的交易有效期为15分钟。用户需在限时内完成付款，以确保交易成功。

💻 **集成说明**：对于商户和开发者，请注意：American Express 目前只支持支付页面API。遗憾的是，目前尚不支持后端API的对接。感谢您的理解与配合。

我们鼓励所有用户使用这一支付渠道，享受高效便捷的支付体验。通过将“American Express”引入我们的平台，我们致力于为用户提供一个量身打造、值得信赖的支付解决方案，以满足其特定需求。

**流程说明**

|                                                                                                     |                                                                                                     |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/HSjUl3zErhVFxpe12Kgo" alt=""><figcaption></figcaption></figure></div> | <ol><li>用户选择 American Express 作为支付渠道</li><li>系统提示用户输入其 zipcode 信息</li></ol>                         |
| <div><figure><img src="/files/8yLo2FO6R3PpvrJhljP7" alt=""><figcaption></figcaption></figure></div> | <ol start="3"><li>页面显示付款摘要（包括税费）</li><li>用户输入银行卡信息并点击“Pay Now”按钮</li><li>用户进行 3DS 验证并完成付款</li></ol> |
| <div><figure><img src="/files/GbvtxIayaflGIbonxSXR" alt=""><figcaption></figcaption></figure></div> | <ol start="4"><li>Coda 显示“待处理”页面</li></ol>                                                          |
| <div><figure><img src="/files/NvZgASXHkn84QIImqAE0" alt=""><figcaption></figcaption></figure></div> | <ol start="5"><li>支付完成</li></ol>                                                                    |


---

# 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/ji-cheng-zhi-nan/zhi-fu-qu-dao-xin-xi/zhi-fu-qu-dao-geng-xin/xin-qu-dao-gong-gao/us-american-express.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.
