# 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://1770394879-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnTyHI84quh3WRqHk04Z4%2Fuploads%2FF0C7nWKrFVeCLHSNExrL%2Fimage.png?alt=media&#x26;token=26d0ab35-ea35-463c-befe-d3ff2ec8c103" 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></tbody></table>

{% hint style="success" %}
Use the [Payment Methods Endpoint](https://docs.pandablue.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.pandablue.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

|                     | Rquired? |
| ------------------- | -------- |
| Payment method name | Yes      |
| Document            | Yes      |
| Email               | Yes      |
| Phone               | Yes      |
| first\_name         | Yes      |
| last\_name          | Yes      |

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