# Bangladesh

## Payment Methods

<table><thead><tr><th width="97" align="center">Icon</th><th width="223" align="center">payment_method</th><th width="127">Name</th><th width="119" align="center">Flow</th><th width="172" align="center">Payment Type</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%2FIOIIadMIv45zEcvonI7x%2FBKH.svg?alt=media&#x26;token=e0d4c63d-a4b8-4496-9551-7a0241bc65be" alt="" data-size="line"></td><td align="center"><code>BKH</code></td><td>Bkash</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</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%2FWhoVVSdOAom3fLMkTwEb%2FNAD.svg?alt=media&#x26;token=72679b41-b217-4567-a511-87139aae8140" alt="" data-size="line"></td><td align="center"><code>NAD</code></td><td>Nagad</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</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%2F6NDMMR01aaT5JnIjJ3CE%2FROK.svg?alt=media&#x26;token=d1ff23f3-cb16-49d5-a678-ec8795ad2db8" alt="" data-size="line"></td><td align="center"><code>ROK</code></td><td>Rocket</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr></tbody></table>

{% hint style="success" %}
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.
{% endhint %}

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

<table><thead><tr><th width="178.4271240234375">Payment Method Name</th><th align="center">document</th><th align="center">email</th><th align="center">first_name</th><th 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 %}
