> For the complete documentation index, see [llms.txt](https://docs.lime-pay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lime-pay.com/api-documentation/deposits-api/payment-methods/africa/ivory-coast.md).

# Ivory coast

## Payment Methods

<table><thead><tr><th width="111" align="center">Icon</th><th align="center">payment_method</th><th width="97">Name</th><th width="127" align="center">Flow</th><th width="164" align="center">Payment Type</th></tr></thead><tbody><tr><td align="center"><img src="/files/PHLxDzoKmG29mqw9iQPi" alt="" data-size="line"></td><td align="center"><code>ORM</code></td><td>Orange Money</td><td align="center"><code>REDIRECT</code><br><code>ONE_SHOT</code></td><td align="center">MOBILE_MONEY</td></tr><tr><td align="center"><img src="/files/GpnNufVv3pTrB3d1uy0w" alt="" data-size="line"></td><td align="center"><code>MT</code></td><td>MTN</td><td align="center"><code>REDIRECT</code><br><code>ONE_SHOT</code></td><td align="center">MOBILE_MONEY</td></tr><tr><td align="center"><img src="/files/t4fkZBExb9kWtfhsL8x2" alt="" data-size="line"></td><td align="center"><code>WV</code></td><td>WAVE</td><td align="center"><code>REDIRECT</code><br><code>ONE_SHOT</code></td><td align="center">MOBILE_MONEY</td></tr></tbody></table>

***

{% hint style="success" %}
Use the [Payment Methods Endpoint](/api-documentation/deposits-api/endpoints/payment-methods-endpoint.md) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

## Fields required for the [OneShot Experience](/api-documentation/deposits-api/endpoints/deposit-creation-endpoint.md#oneshot-experience)

<table><thead><tr><th width="189.46881103515625">Payment Method Name</th><th width="140.786376953125" align="center">country</th><th width="97.1510009765625" align="center">amount</th><th width="142.364501953125" align="center">payer[]</th><th align="center">payment_method</th></tr></thead><tbody><tr><td>All</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

### Payer object requirements

<table><thead><tr><th width="186.57293701171875">Payment Method Name</th><th width="146.90625" align="center">document</th><th width="106.625" align="center">email</th><th width="113.65625" align="center">first_name</th><th width="103.734375" align="center">last_name</th><th align="center">phone</th></tr></thead><tbody><tr><td>All</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

{% hint style="success" %}
Other fields not in these lists are optional.
{% 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:

```
GET https://docs.lime-pay.com/api-documentation/deposits-api/payment-methods/africa/ivory-coast.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.
