# Pakistan

## 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%2FiXNywOEgOvaoWf0a2mMb%2FEPS.svg?alt=media&#x26;token=13dc3eab-5ec6-45ab-a439-8ec1aa05b3ec" alt="" data-size="line"></td><td align="center"><code>EPS</code></td><td>Easypaisa</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%2FfUg5facRmePqrGsisthv%2FJZC.svg?alt=media&#x26;token=9aa0604f-c729-4230-b0f0-b0aa5a8b62cf" alt="" data-size="line"></td><td align="center"><code>JZC</code></td><td>Jazzcash</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="182.3126220703125">Payment Method Name</th><th width="106.3802490234375" align="center">document</th><th width="91.296875" align="center">email</th><th width="94.8853759765625" align="center">first_name</th><th width="122.078125" 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 %}
