> 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-payments-new-zealand.md).

# New Channel Announcement: Card Payments New Zealand

❗We are excited to introduce "Card Payments Taiwan" our payment channel designed exclusively for Codapay users. With the inclusion of "Card Payments Taiwan," 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 Payments Taiwan 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/references/price-point). CONTACT Business Development Team for further details.

🔒 Authentication: When proceeding with payment in Card Payments Taiwan, 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 Payments Taiwan have a validity period of 10 minutes. Users may complete payment within this timeframe to ensure a successful transaction.

💻 Integration Details: For merchants and developers, please be aware that Card Payments Taiwan 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 Payments Taiwan" into our platform, we aim to provide a tailored and reliable payment solution that meets the specific needs of our users.

#### Flow Description <a href="#flow-description" id="flow-description"></a>

| ![](https://coda-payments.gitbook.io/~gitbook/image?url=https%3A%2F%2F611292228-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fl56STCN5yoV1K1MhVEvU%252Fuploads%252FE5O9Ceql7QWXhnnpm15P%252Fimage.png%3Falt%3Dmedia%26token%3D41d49d7b-1391-41e2-a725-c2195efa58b0\&width=300\&dpr=4\&quality=100\&sign=0b97a074fd9ae310e9793b52fad884cf4062b35c5acd313f30b4af9794544f29) | <ol><li>User selects Card Payments Taiwan as a payment option</li><li>Enter the card details and click on the "Pay Now" button</li></ol> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://coda-payments.gitbook.io/~gitbook/image?url=https%3A%2F%2F611292228-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fl56STCN5yoV1K1MhVEvU%252Fuploads%252FmEIcIqUlME5PW2uHy1nz%252Fimage.png%3Falt%3Dmedia%26token%3D9cc62a23-de0f-429a-a17c-ead5fa954834\&width=300\&dpr=4\&quality=100\&sign=ff4a1ca33f15f5225a13dd8c0fc0f3bbb581b1c3b983f9fa1dea835db4682fd4) | <ol><li>Coda displays the pending page</li></ol>                                                                                         |
| ![](https://coda-payments.gitbook.io/~gitbook/image?url=https%3A%2F%2F611292228-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fl56STCN5yoV1K1MhVEvU%252Fuploads%252FuFyRJ6CXpol8R5OH04x6%252Fimage.png%3Falt%3Dmedia%26token%3Ded3f1694-72ef-480d-a27e-f202ffbdc5ba\&width=300\&dpr=4\&quality=100\&sign=ce6b4c514b716152f5e3a441d640b906f6af6c2c17d669435d77e0c587ee1eb1) | <ol><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/changelog/2024-codapay-changelog/new-channel-announcement-card-payments-new-zealand.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.
