> 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-taiwan-gash-e-wallet.md).

# New Channel Announcement: Taiwan GASH E-wallet

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

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

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

🔒 Authentication: When making a payment with GASH E-wallet, users are taken to the Pay checkout page. By clicking the "Continue" button, they will be redirected to the GASH payment page to complete the payment.

⏰ Transaction Expiry: Please note that transactions made through GASH E-wallet, have a validity period of 50 minutes. Users may complete payment within this timeframe to ensure a successful transaction.

💻 Integration Details: For merchants and developers, please be aware that GASH E-wallet, integration supports both hosted payment page API and backend API.

We encourage all our users to take advantage of this payment channel, leveraging an efficient payment experience. By incorporating "GASH E-wallet," 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_4nXcv4aHSe8crCo2NdcIdMzzk4g3xM3sQEn9XfdiTnXNxeQeFEKvgSfCgZwBLZurceYl2GeK4YrxTXzch2VkRXPPQjOH7PiiXtzj1tOYr0fBQjfhb4rBZNSLy6fFCYznAO83oBekp8q6tFAumQykW4JeKPZ6O?key=aPVh2KSuIRwYXvZ3gmlHrg) | <ol><li>User selects GASH E-wallet as a payment channel, and clicks the "Continue" button</li></ol>     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcN0G34z_9cbLQscoUzncjTFkFMaPrHC5e7PwXIube2xhKN050X1psP8LT_ebqLhYu6BpCDBZmVazOo-YTQk6sZAKtXW5SxUSFmWl9v_gx7_Xwvbo0XVp18SJ5tidLX41fbYI63WTD6euJv9vz8LAk2lXw?key=aPVh2KSuIRwYXvZ3gmlHrg)  | <ol start="2"><li>Coda displays the pending page, and redirects user to the GASH payment page</li></ol> |
| ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdX4uSSC35FzBbMk2whV8wOhHir7x878GdNwufZ28JymfdJ5LR4UeEzTOs9wGzXfde03glkdrz8m8wdYVsic-CcFjhv4Hf6ywBlmlQ96Gua07-mTOr2A1NjD9l8UiBhH8jWh2RRACGEfcYaDlO_XwWmNrs?key=aPVh2KSuIRwYXvZ3gmlHrg)  | <ol start="3"><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-taiwan-gash-e-wallet.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.
