> 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/codapay/integration-guides/payment-channel-info/payment-channel-update/new-channel-announcement/united-states-american-express.md).

# United States - American Express

❗We are excited to introduce "American Express" our payment channel designed exclusively for Codapay users. With the inclusion of "American Express," we are proud to offer a seamless and convenient payment option with this local card payment.

Here are some key details about this new payment option: 📱 card payment Channel: American Express is a platform allowing users to purchase their desired items with their familiar credit card.

💲 Price Point Limit: Refer [here](https://coda-payments.gitbook.io/coda-private-technical-documentation/references/price-point). CONTACT Business Development Team for further details.

🔒 Authentication: When proceeding with payment in American Express, it redirects users to the Pay checkout page, Zip Code & Credit Card information (Card number, Expiry date and CVC) are required to proceed with the payment.

⏰ Transaction Expiry: Please note that transactions made through American Express have a validity period of 15 minutes. Users may complete payment within this timeframe to ensure a successful transaction.

💻 Integration Details: For merchants and developers, please be aware that American Express integration supports the payment page API. Unfortunately, the Backend API integration is currently not available. We appreciate your understanding and cooperation in this matter.

We encourage all our users to take advantage of this payment channel, leveraging an efficient payment experience. By incorporating "American Express" into our platform, we aim to provide a tailored and reliable payment solution that meets the specific needs of our users.

**Flow Description**

| ​![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdTgLX3vcsed7toabQnasJTP_69p6zF637le8iKZsi8onKwae-QA_x8_LL3xWRp7f95WWYJcD4_HQ41YB7VYLMfAGGHlkDxEdB5u9RnXP8AK64V_WGJPvymvkwH9gwegNK2e1pM?key=BrlxDnmtC3GostSRxYVhIQ)​   | <p></p><ol><li>User selects Card Payment as a payment option<br>Users inputs his zipcode information</li></ol>                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ​![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXd_dWm1QHkq7I3OnW7VpNPuRFfjhPww3yeCsRZa3kdT9FyGe2piIAliWKPsC2eECj4zOMmz6AZYFiq-N2S0Fs2iSWTYQCAAlT4y6ASsA237jgQKbyfaBHrK98k4ukMGA1adBjwz5Q?key=BrlxDnmtC3GostSRxYVhIQ)​ | <p></p><ol start="2"><li>User sees payment summary including tax User enter’s card details and clicks on Pay Now button User does 3DS authentication and completes payment</li></ol> |
| ​![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXca96jA8--mJILwmUfqfAH8wq8XzWXaAndAiL4G84eKHT407-N6mFljKCdRK47YujgoKut_Umx4e8iYhT-tFm2hsjvjn4Q0lyRC4SUuGPUo4_1tV4d5ztXDmQDv235wKi8O1u2gkg?key=BrlxDnmtC3GostSRxYVhIQ)​ | <p></p><ol start="3"><li>Coda displays the pending page</li></ol>                                                                                                                    |
| ​![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeDCP9cfwx7Tv6j77Sd11h0QmqHt7PFoYjPlXJdB-ITPJwsVeLLvZBrqNdGVs0K4nsNJXDZ5ty_P4GKB6kOrvplbGMgUuVo8I1OVsFukRh6EvO5J0HfKkGv_aDtJHC-gGyo0UI?key=BrlxDnmtC3GostSRxYVhIQ)​    | <p>​</p><ol start="4"><li>Payment completed</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/codapay/integration-guides/payment-channel-info/payment-channel-update/new-channel-announcement/united-states-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.
