# Nigeria

## Payment Methods

<table><thead><tr><th width="99" align="center">Icon</th><th width="152" align="center">payment_method</th><th>Name</th><th width="168" align="center">Flow</th><th width="206" align="center">Payment Type</th><th align="center">Available for test</th></tr></thead><tbody><tr><td align="center"><img src="/files/6Rw2SE0wsPHEgRQlryLH" alt="" data-size="line"></td><td align="center"><code>TR</code></td><td>Bank Transfer</td><td align="center"><p><code>REDIRECT</code></p><p><code>ONE_SHOT</code></p></td><td align="center">BANK_TRANSFER</td><td align="center">Yes</td></tr><tr><td align="center"><img src="/files/ovBdRA1WDVu86PRcGHi5" alt="" data-size="line"></td><td align="center"><code>OPAY</code></td><td>Opay</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td><td align="center">No</td></tr><tr><td align="center"><img src="/files/ihzLwPfVEX9rGEAdkAFD" alt="" data-size="line"></td><td align="center"><code>PALM</code></td><td>Palmpay</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td><td align="center">No</td></tr></tbody></table>

Use the [Payment Methods Endpoint](/api-documentation/deposits-api/endpoints/payment-methods-endpoint.md) to retrieve the Payment Methods' types, logos and more details.

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

| Payment Method Name | country | amount | payer\[] | payment\_method |
| ------------------- | :-----: | :----: | :------: | :-------------: |
| All                 |   Yes   |   Yes  |    Yes   |       Yes       |

### Payer object requirements

| Payment Method Name | document | email | first\_name | last\_name | phone |
| ------------------- | :------: | :---: | :---------: | :--------: | :---: |
| All                 |    Yes   |  Yes  |     Yes     |     Yes    |  Yes  |

{% hint style="success" %}
Other fields not in these lists are optional.
{% endhint %}

{% hint style="info" %}
We now return Bank account information that provides information about the bank account from which the deposit was paid. You can see more information here [Deposit Status Endpoint](/api-documentation/deposits-api/endpoints/deposit-status-endpoint.md#bank_account-object)

```
"bank_account": {
        "bank_code": 11,
        "account_number": "0189230918"
    }
```

{% endhint %}

***

### Discover the Payment Flows Behind Our Top Methods! 🚀

#### &#x20;Bank Transfer:

<figure><img src="/files/ZczlwwJmNBn7AIlY5xaz" alt=""><figcaption><p>Bank Transfer Flow</p></figcaption></figure>

#### Palmpay:

<figure><img src="/files/qnfp65vd92wcIFw9sbe2" alt=""><figcaption><p>Palmpay Flow</p></figcaption></figure>

#### Opay:

<figure><img src="/files/38kIapTaaZCGWh6eqT7a" alt=""><figcaption><p>Opay Flow</p></figcaption></figure>


---

# Agent Instructions: 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/nigeria.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.
