# Thailand

## Payment Methods

<table><thead><tr><th width="100" align="center">Icon</th><th align="center">payment_method</th><th>Name</th><th align="center">Flow</th><th align="center">Payment Type</th><th align="center">Available for test</th></tr></thead><tbody><tr><td align="center"><img src="https://resources.directa24.com/cashin/payment_method/square/QRT.svg" alt="" data-size="line"></td><td align="center"><code>QRT</code></td><td>Thai QR</td><td align="center"><code>ONE_SHOT</code></td><td align="center">VOUCHER</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%2Fg46nrZgdcm5c9MzLzb67%2FPPAY%20(1).svg?alt=media&#x26;token=a11b6cc5-df4b-4952-9d41-b0893abdb5d1" alt="" data-size="line"></td><td align="center"><code>PPAY</code></td><td>Prompt pay</td><td align="center"><code>ONE_SHOT</code></td><td align="center">WALLET</td><td align="center">Yes</td></tr><tr><td align="center"><img src="https://content.gitbook.com/content/QwMHQLA98rN2pqEMJgaj/blobs/yHf5aiWR2d7UHEdSNvFj/TR.svg" alt="" data-size="line"></td><td align="center"><code>TR</code></td><td>Bank Transfer</td><td align="center"><code>ONE_SHOT</code></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%2FkfClMoX2WCtyyLwOZ758%2FTRM.svg?alt=media&#x26;token=6055361b-5d8a-46f7-971f-9a40b2c397a9" alt="" data-size="line"></td><td align="center"><code>TRM</code></td><td>True Money</td><td align="center"><code>ONE_SHOT</code></td><td align="center">WALLET</td><td align="center">No</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

| Payment Method Name | `document` | `email` | `first_name` | `last_nameAll` |
| ------------------- | :--------: | :-----: | :----------: | :------------: |
| All                 |     Yes    |   Yes   |      Yes     |       Yes      |

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