# 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="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FLeTCA3FPF44jlVkhuNYZ%2FNG-TR.gif?alt=media&#x26;token=ea336c0f-c6c4-4eec-9f00-5d986440634e" 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="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FUtJDoTvUQCa2xa0BDBZl%2Fimage.png?alt=media&#x26;token=8a93461a-9356-4ddc-bbcc-973872de48f6" 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="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FqjXtmUCuYPmgf470lvOB%2FPALM.svg?alt=media&#x26;token=23a678eb-b6e5-4321-bc17-10622f395275" 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](https://docs.lime-pay.com/api-documentation/deposits-api/endpoints/payment-methods-endpoint) to retrieve the Payment Methods' types, logos and more details.

## Fields required for the [OneShot Experience](https://docs.lime-pay.com/api-documentation/endpoints/deposit-creation-endpoint#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 [#bank\_account-object](https://docs.lime-pay.com/api-documentation/endpoints/deposit-status-endpoint#bank_account-object "mention")

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

{% endhint %}

***

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

#### &#x20;Bank Transfer:

<figure><img src="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FEDziHtKfildllWVoy43R%2FPayment%20Flows_%20Main%20Countries%20(1).jpg?alt=media&#x26;token=15640d7b-6648-486f-85dd-cf23e6785810" alt=""><figcaption><p>Bank Transfer Flow</p></figcaption></figure>

#### Palmpay:

<figure><img src="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FOvd4wI6AxZOvgsfsuxhn%2FPayment%20Flows_%20Main%20Countries%20(2).jpg?alt=media&#x26;token=b6f4cd6a-f789-458c-a2f7-4a849e398001" alt=""><figcaption><p>Palmpay Flow</p></figcaption></figure>

#### Opay:

<figure><img src="https://4143087822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQwMHQLA98rN2pqEMJgaj%2Fuploads%2FzM3R1KZ3foPWIIXxAHP2%2FPayment%20Flows_%20Main%20Countries%20(3).jpg?alt=media&#x26;token=326453e0-b398-4826-9768-5752a4788520" alt=""><figcaption><p>Opay Flow</p></figcaption></figure>
