> 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/changelog/2024-codapay-changelog/new-channel-announcement-card-payment.md).

# New Channel Announcement: Card Payment

❗We are excited to introduce "Card Payment," our payment channel designed exclusively for Codapay users. With the inclusion of "Card Payment," we are proud to offer a seamless and convenient payment option with Card support.

Here are some key details about this new payment option:\
📱 Card Channel: Card Payment is a platform allowing users to purchase their desired items with their familiar bank provider.

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

🔒 Authentication: When proceeding with payment in Card Payment, it redirects users to the Pay checkout page, card details are required to proceed with the payment.

⏰ Transaction Expiry: Please note that transactions made through Card Payment 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 Card Payment 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 "Card Payment" into our platform, we aim to provide a tailored and reliable payment solution that meets the specific needs of our users.

### Flow Description

<table data-header-hidden><thead><tr><th width="311"></th><th></th></tr></thead><tbody><tr><td><img src="/files/0Jyp1Xmu0FyxqnlM1lhq" alt="" data-size="original"></td><td><ol><li>User selects Card Payment as a payment option<br></li><li>Enter the card details and click on the "Pay Now" button</li></ol></td></tr><tr><td><img src="/files/unXXjXNFOlwdVSj035Pj" alt="" data-size="original"></td><td><ol start="3"><li>Coda displays the pending page</li></ol></td></tr><tr><td><img src="/files/QfqFrAsGkgFsVqXscdkc" alt="" data-size="original"></td><td><ol start="4"><li> Payment completed</li></ol></td></tr></tbody></table>

### List of countries

<table><thead><tr><th width="227">Country</th><th width="304.3333333333333">Payment Channel</th><th>Payment Channel ID</th></tr></thead><tbody><tr><td>Belgium</td><td>Card Payments Belgium</td><td>455</td></tr><tr><td>Denmark</td><td>Card Payments Denmark</td><td>459</td></tr><tr><td>Norway</td><td>Card Payments Norway</td><td>458</td></tr><tr><td>Portugal</td><td>Card Payments Portugal</td><td>457</td></tr><tr><td>Sweden</td><td>Card Payments Sweden</td><td>449</td></tr><tr><td>Switzerland</td><td>Card Payments Switzerland</td><td>448</td></tr><tr><td>Canada</td><td>Card Payments Canada</td><td>430</td></tr><tr><td>Israel</td><td>Card Payments Israel</td><td>447</td></tr><tr><td>Greece</td><td>Card Payments Greece</td><td>456</td></tr><tr><td>Finland</td><td>Card Payments Finland</td><td>463</td></tr><tr><td>Ireland</td><td>Card Payments Ireland</td><td>464</td></tr><tr><td>Algeria</td><td>Card Payments Algeria</td><td>465</td></tr><tr><td>Uzbekistan</td><td>Card Payments Uzbekistan</td><td>466</td></tr><tr><td>Dominican Republic</td><td>Card Payments Dominican Republic</td><td>467</td></tr><tr><td>Guatemala</td><td>Card Payments Guatemala</td><td>468</td></tr><tr><td>Puerto Rico</td><td>Card Payments Puerto Rico</td><td>469</td></tr><tr><td>Slovakia</td><td>Card Payments Slovakia</td><td>471</td></tr><tr><td>India</td><td>Card Payments India</td><td>415</td></tr><tr><td>Bolivia</td><td>Card Payments Bolivia</td><td>472</td></tr><tr><td>Austria</td><td>Card Payments Austria</td><td>473</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/changelog/2024-codapay-changelog/new-channel-announcement-card-payment.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.
