> For the complete documentation index, see [llms.txt](https://developers.klasha.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.klasha.com/overview/countries-and-payment-methods.md).

# Countries & Payment Methods

{% tabs %}
{% tab title="Nigeria" %}

* Card payments
* Bank transfer
* USSD
  {% endtab %}

{% tab title="Kenya" %}

* M-Pesa
* Card payments
* Mobile money
* Wire/Bank transfer
  {% endtab %}

{% tab title="Zambia" %}

* Card payments
* Mobile money
* Wire/Bank transfer
  {% endtab %}

{% tab title="Uganda" %}

* Card payments
* Mobile money
* Wire/Bank transfer
  {% endtab %}

{% tab title="South Africa" %}

* Card payments
* Wire/Bank transfer
  {% endtab %}
  {% endtabs %}

{% tabs %}
{% tab title="Ghana" %}

* Bank transfer
  {% endtab %}

{% tab title="Senegal" %}

* Mobile money
  {% endtab %}

{% tab title="Republic of Congo " %}

* Mobile money
  {% endtab %}

{% tab title="China" %}

* Bank Account (B2B)
* Bank Account (B2C)
* UnionPay
* Alipay
  {% endtab %}
  {% endtabs %}

{% tabs %}
{% tab title="Tanzania" %}

* Card payments
* Mobile money
* Wire/Bank transfer
  {% endtab %}

{% tab title="Sierra Leone" %}

* Mobile money
* Wire/Bank transfer
  {% endtab %}

{% tab title="Côte d'Ivoire (Ivory Coast)" %}

* Mobile money
  {% endtab %}
  {% endtabs %}

{% tabs %}
{% tab title="Democratic Republic of Congo (DRC)" %}

* Mobile money
  {% endtab %}

{% tab title="Rwanda" %}

* Mobile money
  {% endtab %}

{% tab title="Gabon" %}

* Mobile money
  {% endtab %}
  {% endtabs %}

#### WALLET

| Currency | Funding Method                                           |
| -------- | -------------------------------------------------------- |
| NGN      | <p>Virtual account<br>Swap</p>                           |
| KES      | <p>Klasha Bank Account<br>Klasha Pay Methods<br>Swap</p> |
| ZAR      | <p>Klasha Bank Account<br>Klasha Pay Methods<br>Swap</p> |
| USD      | <p>Own IBAN<br>Klasha Pay Methods<br>Swap<br>OTC</p>     |
| ZMW      | <p>Klasha Bank Account<br>Klasha Pay Methods<br>Swap</p> |
| GHS      | Virtual Account                                          |


---

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

```
GET https://developers.klasha.com/overview/countries-and-payment-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
