> 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/direct-api-integration/direct-api-integration-for-alternative-payment-methods/payment-channels-list-and-details-v2.md).

# Payment Channels List and Details

Our payment channels are grouped by type, including Carrier Billing, Bank Transfers, Debit/Credit Cards, Convenience Store Payments, Cash Cards/Vouchers, and E-Wallet. Availability of these options may vary by region.

Integration of these channels can be achieved through our Backend API or [Payment Pages Integration API](broken://pages/Jhb2wOlKYikZiF6aaY9d), depending on the channel's availability.

## Channel Price points and Txn Expiry time

Each payment channel has minimum/maximum limits for individual and multiple transactions within a specific time frame. See the section on [price points and transaction limits](/codapay/integration-guides/price-limits.md) for details.

{% hint style="info" %} <mark style="color:blue;">**Price Points for Carrier Billing**</mark>

Please be aware that certain mobile networks and cash card providers may have limitations on transaction amounts, including predefined price points.
{% endhint %}

## Supported Payment Channels

Here is the list of supported Backend integrate API payment channels. Channel logo download [this link](https://files2-dev.codapayments.com/0/Logo.zip?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9maWxlczItZGV2LmNvZGFwYXltZW50cy5jb20vMC8qIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoyMjQwNTI0ODAwfX19XX0_\&Signature=e2EAsHGZRBOhWkkG4ocm-hTePStFa2HjX5juJMfA9YVTsJiUBZESJe6lyjMwXjxgLfxZP7eb06NJ~Y189MvyPaavA7HZhZ4EvgaNxsSE5BqJIgdWjaBow3RTvV2GjSkQeIHcKeyyKMWWMzVcPZaR8A2NIY4oZCfW4HBnHp0LUQFRLageQYZu~rw5CudIvbL58GS7ih78fMlpjkBaReuUYvIkqBUu6hea-deMtT0LdOcZP~l1S0E0IuHIK~m3nbVEz5Z5wmTGFty1QUIrwfHJtVRNiYOsUfDObPyVJTYpdGgQ3E6Ns0Kw2OvMUBn5hWEo-bEkLYOtfek3CJfALfG2Gg__\&Key-Pair-Id=KW0RPAB13Y0HM)

| Asia                        | Middle East                                             | Africa                        | Latin America           |
| --------------------------- | ------------------------------------------------------- | ----------------------------- | ----------------------- |
| [Bangladesh](#bangladesh)   | [Turkey](#turkey)                                       | [Nigeria](#nigeria)           | [Argentina](#argentina) |
| [Cambodia](#cambodia)       | [Bahrain](#bahrain)                                     | [South Africa](#south-africa) | [Brazil](#brazil)       |
| [Hong Kong](#hong-kong)     | [Egypt](#egypt)                                         |                               | [Colombia](#colombia)   |
| [Indonesia](#indonesia)     | [Kuwait](#kuwait)                                       |                               | [Mexico](#mexico)       |
| [Laos](#laos)               | [Saudi Arabia](#saudi-arabia)                           |                               | [Peru](#peru)           |
| [Malaysia](#malaysia)       | [United Arab Emirates (UAE)](#united-arab-emirates-uae) |                               |                         |
| [Myanmar](#myanmar)         |                                                         |                               |                         |
| [Nepal](#nepal)             |                                                         |                               |                         |
| [Pakistan](#pakistan)       |                                                         |                               |                         |
| [Philippines](#philippines) |                                                         |                               |                         |
| [Singapore](#singapore)     |                                                         |                               |                         |
| [Taiwan](#taiwan)           |                                                         |                               |                         |
| [Thailand](#thailand)       |                                                         |                               |                         |

## Channel Details (Pay Type, Pay At, Pay Channel, and Mandatory fields)

Below is a summary of each channel we support for Backend API integration. Along with the payment type details (Pay Type, Pay At, Pay Channel, and mandatory fields) for each country, the list is provided below.

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

## Paused Channel List

{% hint style="danger" %} <mark style="color:red;">**Smart - Cambodia**</mark>

* Channel paused since 21st March 2024 until further notice.
  {% endhint %}

{% hint style="danger" %} <mark style="color:red;">**KBZPay - Myanmar**</mark>

KBZPay Channel paused since 20th July 2024 until further notice.
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**Telenor - Pakistan**</mark>

Telenor Pakistan paused since 11th Dec 2023 until further notice.
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**M1 - Singapore**</mark>

M1 paused since 27th Aug 2024 until further notice.
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**Payby - UAE**</mark>

Payby Channel paused since 12th Dec 2022 until further notice.
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**Bank Transfer - South Africa**</mark>

* Bank Transfer Africa paused since 7th March 2023 until further notice.
  {% endhint %}

{% hint style="danger" %} <mark style="color:red;">**Rapipago, MercadoPago, and Pago Facil**</mark>

Channel paused since 1st June 2023 until further notice.
{% endhint %}


---

# 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/direct-api-integration/direct-api-integration-for-alternative-payment-methods/payment-channels-list-and-details-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.
