# Vietnam

## Payment Methods

<table><thead><tr><th width="138" align="center">Icon</th><th width="169" align="center">payment_method</th><th width="139">Name</th><th width="125" align="center">Flow</th><th align="center">Payment Type</th></tr></thead><tbody><tr><td align="center"> <img src="https://resources.directa24.com/cashin/payment_method/square/TR.svg" alt="https://resources.directa24.com/cashin/payment_method/square/TR.svg" 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"><code>BANK_DEPOSIT</code></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%2Fol8fNe1O2fJIZd5zBmTg%2FMOM.svg?alt=media&#x26;token=6fc4c368-c79b-438c-bf13-f913218f0209" alt="" data-size="line"></td><td align="center"><code>MOM</code></td><td>MOMO</td><td align="center"><code>ONE_SHOT</code></td><td align="center"><code>VOUCHER</code></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%2FKdnAfYtUYtuUvZwRfUXT%2FSquare%20ZA.svg?alt=media&#x26;token=21c593b2-1de1-480e-96bd-d87b10834f82" alt="" data-size="line"></td><td align="center"><code>ZA</code></td><td>ZaloPay</td><td align="center"><code>ONE_SHOT</code></td><td align="center"><code>WALLET</code></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%2F0pnWqrAY7zITl1kSGo2m%2Fvietqr%20logo.png?alt=media&#x26;token=f0130cdf-0a6a-4fd8-ab9b-4cf039d27b77" alt="" data-size="line"></td><td align="center"><code>VQR</code></td><td>VietQR</td><td align="center"><code>ONE_SHOT</code></td><td align="center"><code>VOUCHER</code></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%2FnWXrJsu86OqzuVsIzyQW%2Fimage.png?alt=media&#x26;token=cbdb3782-4edf-4d52-9af8-ba8d249c49ea" alt="" data-size="line"></td><td align="center"><code>VTLP</code></td><td>ViettelPay</td><td align="center"><code>ONE_SHOT</code></td><td align="center"><code>VOUCHER</code></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%2Fx53mb8I65PIrxGVMnYwv%2FShopeepay%20Logo.png?alt=media&#x26;token=d85740b1-aa7a-4312-93d3-b7475ecd5ef7" alt="" data-size="line"></td><td align="center"><code>SPAY</code></td><td>ShopeePay</td><td align="center"><code>ONE_SHOT</code></td><td align="center"><code>WALLET</code></td></tr></tbody></table>

{% hint style="info" %}
Using `Payment_method: TR` code, clients will have the opportunity to select any bank from a comprehensive list of all banks available in Vietnam, as all bank options will be accessible.
{% endhint %}

{% 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)

<table data-header-hidden><thead><tr><th>Payment Method Name</th><th width="136" align="center">country</th><th width="119" align="center">amount</th><th width="133" align="center">payer[]</th><th align="center">payment_method</th></tr></thead><tbody><tr><td>Payment Method Name</td><td align="center"><code>country</code></td><td align="center"><code>amount</code></td><td align="center"><code>payer[]</code></td><td align="center"><code>payment_method</code></td></tr><tr><td>All</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

### Payer object requirements

<table data-header-hidden><thead><tr><th>Payment Method Name</th><th width="159.2291259765625" align="center">document</th><th width="131.7291259765625" align="center">email</th><th width="131.3333740234375" align="center">first_name</th><th align="center">last_name</th></tr></thead><tbody><tr><td>Payment Method Name</td><td align="center"><code>document</code></td><td align="center"><code>email</code></td><td align="center"><code>first_name</code></td><td align="center"><code>last_name</code></td></tr><tr><td>All</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 %}
