> 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/general-information/payment-channel.md).

# Payment Channel

Our supported payment channels include Carrier Billing, Bank Transfers, Debit/Credit Cards, Convenience Store Payments, Cash Cards/Vouchers, and E-Wallets. We support these payment methods based on regional & product availability.

## Payment Types <a href="#payment-types" id="payment-types"></a>

### <mark style="color:purple;">Carrier Billing</mark> <a href="#carrier-billing" id="carrier-billing"></a>

Carrier Billing allows customers to charge purchases to their mobile phone account. The payment is authenticated through an SMS sent to the customer's phone and is processed immediately.

### <mark style="color:purple;">Bank Transfer</mark> <a href="#bank-transfer" id="bank-transfer"></a>

Customers can pay by executing a bank transfer at an ATM, bank counter, or via online banking. Merchants receive a unique payment code, which the customer enters as part of the bank transfer details.

### <mark style="color:purple;">Card Payments</mark> <a href="#card-payments" id="card-payments"></a>

This method allows customers to complete payments using their credit or debit card. Customers are redirected to the partner's payment page to input their card details and complete the payment.

### <mark style="color:purple;">Convenience Store Payments</mark> <a href="#convenience-store-payments" id="convenience-store-payments"></a>

This method allows customers to complete payments at a convenience store. Customers receive a unique payment code from Codapay, which they present at the store.

### <mark style="color:purple;">Voucher (Cash Card)</mark> <a href="#voucher-cash-card" id="voucher-cash-card"></a>

Customers purchase a voucher from an issuer and enter it in Codapay's payment window to purchase digital content.

### <mark style="color:purple;">E-Wallet</mark> <a href="#e-wallet" id="e-wallet"></a>

E-wallets allow customers to have a digital payment account and top-up balance. Codapay supports many types of e-wallets for purchases.

## Payment Channel List <a href="#payment-types" id="payment-types"></a>

{% @gitbook-payment-search/gitbook-payment-search %}

## Payment List by Product <a href="#payment-types" id="payment-types"></a>

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><h2>CODAPAY</h2></td><td><a href="https://docs.coda.co/codapay/integration-guides/payment-channel-info">Payment Channel Detail</a></td><td><a href="https://611292228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl56STCN5yoV1K1MhVEvU%2Fuploads%2F8KkC2UxQHJf30lmhJZ5o%2Fimage.png?alt=media&amp;token=225ed0a3-c991-448b-8e86-fb0a76e188a2">image.png</a></td></tr><tr><td align="center"><h2>CODASHOP</h2></td><td><a href="/codashop-and-distribution/codashop-appendix/codashop-payment-channel-list-v2.md">Payment Channel Detail</a></td><td><a href="https://611292228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl56STCN5yoV1K1MhVEvU%2Fuploads%2FfO6upePqKdsZF6tF0LD4%2Fimage.png?alt=media&amp;token=c53536b8-b4fa-4199-a962-b653d9e81f32">image.png</a></td></tr><tr><td align="center"><h2>WEBSTORE</h2></td><td><a href="/coda-webstore/coda-webstore-appendix/web-store-payment-channel-list-v2.md">Payment Channel Detail</a></td><td><a href="https://611292228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl56STCN5yoV1K1MhVEvU%2Fuploads%2FL8eREIN4kTsxXizcWPlh%2FUntitled%20design%20(34).png?alt=media&amp;token=0064eea5-9967-4b83-955f-8431a2b1cd5a">Untitled design (34).png</a></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/general-information/payment-channel.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.
