# Indonesia

## Payment Methods

<table><thead><tr><th width="110.875" align="center">Icon</th><th width="183" align="center">payment_method</th><th width="139">Name</th><th width="125" align="center">Flow</th><th width="186" align="center">Payment Type</th></tr></thead><tbody><tr><td align="center"> <img src="/files/-MZmPuB5xvap1KeEj1jP" alt="" data-size="line"></td><td align="center"><code>TR</code></td><td>Bank Transfer</td><td align="center"><code>REDIRECT</code></td><td align="center">BANK_TRANSFER</td></tr><tr><td align="center"><img src="/files/24j0lZzZhy41nbOJ3WmI" alt="" data-size="line"></td><td align="center"><code>QRS</code></td><td>QRIS</td><td align="center"><code>REDIRECT</code></td><td align="center">VOUCHER</td></tr><tr><td align="center"><img src="/files/UEVOgY69xh1AoZlDr7r6" alt="" data-size="line"></td><td align="center"><code>DANA</code></td><td>Dana Wallet</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr><tr><td align="center"><img src="/files/ZPVTeekLWGb63iW3Vszy" alt="" data-size="line"></td><td align="center"><code>OVO</code></td><td>OVO Wallet</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr><tr><td align="center"><img src="/files/1wmoJLHqNvETDTeOFXD6" alt="" data-size="line"></td><td align="center"><code>SPAY</code></td><td>ShopeePay</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr><tr><td align="center"><img src="/files/Qh4RkKYQ9tUD9iwt3JcL" alt="" data-size="line"></td><td align="center"><code>LINK</code></td><td>LinkAja</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr><tr><td align="center"><img src="/files/X7pNI5Cophgxa4KYqFTd" alt="" data-size="line"></td><td align="center"><code>GPY</code></td><td>GoPay</td><td align="center"><code>REDIRECT</code></td><td align="center">WALLET</td></tr><tr><td align="center"><img src="/files/iB0LQRt9sHIBQkavEL9o" alt="" data-size="line"></td><td align="center"><code>BCA</code></td><td>BCA Digital</td><td align="center"><code>REDIRECT</code></td><td align="center">BANK_TRANSFER</td></tr></tbody></table>

{% hint style="success" %}
Use the [Payment Methods Endpoint](/api-documentation/deposits-api/endpoints/payment-methods-endpoint.md) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

## Fields required for the [OneShot Experience](/api-documentation/deposits-api/endpoints/deposit-creation-endpoint.md#oneshot-experience)

<table data-header-hidden><thead><tr><th>Payment Method Name</th><th width="127" align="center">country</th><th width="122" align="center">amount</th><th width="114" 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="123" align="center">document</th><th align="center">email</th><th 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lime-pay.com/api-documentation/deposits-api/payment-methods/asia/indonesia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
