> 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/coda-webstore/coda-webstore-appendix/web-store-payment-channel-list-v2.md).

# Web Store Payment Channel List

Supported Payment Channel List for your webstore

## 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.

***

## Custom Commerce Supported Payment Channels by Region

{% hint style="info" %}
**Note:** Some mobile network and cash card operators only allow transactions at predefined price points and may enforce limits on transaction values. **See** [**detailed fixed price points** ](https://coda-payments.gitbook.io/coda-private-technical-documentation/codapay/references/price-limits/detailed-fixed-price-points)**for details.**
{% endhint %}

{% hint style="warning" %} <mark style="color:red;">**Countries that do not support decimal pricing :**</mark>&#x20;

* Uruguay
* Laos
* Myanmar
* Pakistan
* Sri-Lanka
* Japan
* Mongolia
* South Africa
* Argentina
* Colombia
* Chile
* Paraguay
* Indonesia
* South Kore
* Taiwan
* Vietnam
  {% endhint %}

## Custom Commerce Payment Channel Detail

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


---

# 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/coda-webstore/coda-webstore-appendix/web-store-payment-channel-list-v2.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.
