> 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/hosted-payment-page/special-payment-channels.md).

# Special Payment Channels

## <mark style="color:purple;">Channel List</mark>

<table><thead><tr><th width="189">Countries/Regions</th><th width="151">Channels</th><th width="89">Type</th><th>Description</th></tr></thead><tbody><tr><td>Indonesia</td><td>Telkomsel</td><td>DCB</td><td>This channel has strict price and SKU parameters restrictions.<br><br>Before applying to go live on this channel, you need to fill out the price application form (Telkomsel submissionv2.xlsx). Provide appropriate information as required, and Coda tech team submits the channel for approval before it can enter production testing and go live.</td></tr><tr><td>Cambodia</td><td>Metfone</td><td>DCB</td><td>Please contact Coda tech or business team to submit for review and approval by the channel in order perform production test and launch.</td></tr><tr><td>Thailand</td><td>Shopeepay Thailand</td><td>E-wallet</td><td>Please contact Coda tech or business team to submit for review and approval by the channel in order perform production test and launch.</td></tr><tr><td>Thailand</td><td>One-2-Call Cash Card<br>True Money Cash Card</td><td>Cash card</td><td>Merchants must set up price verification。 For more info, please refer to "Special Notes for Accessing Point Card Channels".</td></tr><tr><td>Pakistan</td><td>Telenor Pakistan</td><td>DCB</td><td>Please contact Coda tech or business team to submit for review and approval by the channel in order perform production test and launch.</td></tr><tr><td>Bangladesh</td><td>Robi Airtel</td><td>DCB</td><td>Please contact Coda tech or business team to submit for review and approval by the channel in order perform production test and launch.</td></tr><tr><td>Vietnam</td><td>VTC</td><td>E-wallet</td><td>VTCPay channels are required to apply for activation approval title by title. Kindly reach out Coda Business for more information.</td></tr><tr><td>Vietnam</td><td>Momo</td><td>E-wallet</td><td>Momo channels are required to apply for activation approval title by title. Kindly reach out Coda Business for more information.</td></tr><tr><td>Myanmar</td><td>U9</td><td>DCB</td><td>U9 channels are required to apply for activation approval title by title. Kindly reach out Coda Business for more information.</td></tr><tr><td>Saudi Arabia</td><td>Apple Pay Saudi Arabia</td><td>E-wallet</td><td>This channel is limited open payment page in mobile version, using web browser will return <code>error 242</code></td></tr><tr><td>Saudi Arabia</td><td>Mobily</td><td>Carrier Billing</td><td>Mobily identifies each transaction order using productId. Prior to launch, please review this <a href="/pages/L6rF0lkG8KyR8M6q7LhL#saudi-arabia-mobily">information </a>and reach out to Coda Support Team for assistance with configuration.</td></tr></tbody></table>

## <mark style="color:purple;">Important Note for Voucher (Cash Card) Channel</mark>

Please take note that **True Money Cash Card** and **One-2-Call Cash Card**, are the point in the transaction where Coda notifies you of the value of the voucher that was redeemed.

Your system should interpret the value indicated in the net\_amount parameter of the notification URL and distribute an appropriate amount of game credits that corresponds with the value of the voucher the customer redeemed.

Because Coda cannot block customers from redeeming particular voucher denominations, merchants are required to support the redemption of each denomination/price point in which the voucher is distributed

100 THB Please do the above if it is not done as we don’t have a case where the user purchases a 50 THB card and is able to receive a 100 THB in-game item.


---

# 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/hosted-payment-page/special-payment-channels.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.
