# Supported Payment Methods

{% hint style="info" %}
PROTIPS!\
You can define the payment method that will be shown in the payment page through the DOKU Back Office or by inputing the array list of payment method in the `payment.payment_method_types`. If you send only one payment method, then your customer will redirected directly to defined payment method.
{% endhint %}

There are several payment methods that support our DOKU Checkout Page :

### Virtual Account

The following channels are supported for payment method type Virtual Account&#x20;

<table><thead><tr><th width="246">Payment Method </th><th width="489">Value</th></tr></thead><tbody><tr><td>BCA VA</td><td><code>VIRTUAL_ACCOUNT_BCA</code></td></tr><tr><td>Bank Mandiri VA</td><td><code>VIRTUAL_ACCOUNT_BANK_MANDIRI</code></td></tr><tr><td>Bank Syariah Indonesia VA</td><td><code>VIRTUAL_ACCOUNT_BANK_SYARIAH_MANDIRI</code></td></tr><tr><td>BRI VA</td><td><code>VIRTUAL_ACCOUNT_BRI</code></td></tr><tr><td>BNI VA</td><td><code>VIRTUAL_ACCOUNT_BNI</code></td></tr><tr><td>DOKU VA</td><td><code>VIRTUAL_ACCOUNT_DOKU</code></td></tr><tr><td>PERMATA VA</td><td><code>VIRTUAL_ACCOUNT_BANK_PERMATA</code></td></tr><tr><td>CIMB VA</td><td><code>VIRTUAL_ACCOUNT_BANK_CIMB</code></td></tr><tr><td>Danamon VA</td><td><code>VIRTUAL_ACCOUNT_BANK_DANAMON</code></td></tr><tr><td>BTN VA</td><td><code>VIRTUAL_ACCOUNT_BTN</code></td></tr><tr><td>BNC VA</td><td><code>VIRTUAL_ACCOUNT_BNC</code></td></tr></tbody></table>

### Credit Card

<table><thead><tr><th width="230">Payment Method </th><th width="161">Value</th></tr></thead><tbody><tr><td>Credit Card</td><td><code>CREDIT_CARD</code></td></tr><tr><td>Google Pay</td><td><code>GOOGLE_PAY</code></td></tr></tbody></table>

{% hint style="info" %}

#### Credit Cards With Google Pay

DOKU offers your customers another way to pay with Credit Cards through Google Pay, allowing them to complete purchases instantly using the cards already saved to their Google account. By removing the need to manually input card details or billing addresses, you provide a frictionless, biometric-authenticated checkout that captures sales in seconds. For more information about Google Pay please refer to this [section](https://developers.doku.com/accept-payments/doku-checkout/additional-feature/google-pay-tm)
{% endhint %}

### Convenience Store

<table><thead><tr><th width="356">Payment Method </th><th width="327">Value</th></tr></thead><tbody><tr><td>Alfa Group (Alfamart, Alfamidi, Dan+Dan)</td><td><code>ONLINE_TO_OFFLINE_ALFA</code></td></tr><tr><td>Indomaret</td><td><code>ONLINE_TO_OFFLINE_INDOMARET</code></td></tr></tbody></table>

### QRIS Payment&#x20;

<table><thead><tr><th width="362">Payment Method </th><th width="334">Value</th></tr></thead><tbody><tr><td>QRIS</td><td><code>QRIS</code></td></tr></tbody></table>

### E-wallet

<table><thead><tr><th width="355">Payment Method </th><th width="304">Value</th></tr></thead><tbody><tr><td>OVO</td><td><code>EMONEY_OVO</code></td></tr><tr><td>SHOPEE PAY</td><td><code>EMONEY_SHOPEE_PAY</code></td></tr><tr><td>DOKU WALLET</td><td><code>EMONEY_DOKU</code></td></tr><tr><td>LINKAJA</td><td><code>EMONEY_LINKAJA</code></td></tr><tr><td>DANA</td><td><code>EMONEY_DANA</code></td></tr></tbody></table>

{% hint style="info" %}

#### DANA With Google Pay

DOKU offers your customers another way to pay by leveraging their DANA balances, allowing them to complete purchases instantly using the funds already sitting in their digital wallet. For more information about Google Pay please refer to this [section](https://developers.doku.com/accept-payments/doku-checkout/additional-feature/google-pay-tm)
{% endhint %}

### Paylater&#x20;

<table><thead><tr><th width="358">Payment Method </th><th width="337">Value</th></tr></thead><tbody><tr><td>AKULAKU</td><td><code>PEER_TO_PEER_AKULAKU</code></td></tr><tr><td>KREDIVO</td><td><code>PEER_TO_PEER_KREDIVO</code></td></tr><tr><td>INDODANA</td><td><code>PEER_TO_PEER_INDODANA</code></td></tr></tbody></table>

### Direct Debit&#x20;

<table><thead><tr><th width="361">Payment Method </th><th width="400">Value</th></tr></thead><tbody><tr><td>Direct Debit BRI</td><td><code>DIRECT_DEBIT_BRI</code></td></tr></tbody></table>

### Digital Banking

<table><thead><tr><th width="360">Payment Method </th><th width="281">Value</th></tr></thead><tbody><tr><td>JENIUS PAY</td><td><code>JENIUS_PAY</code></td></tr></tbody></table>

### Kartu Kredit Indonesia

<table><thead><tr><th width="360">Payment Method </th><th width="281">Value</th></tr></thead><tbody><tr><td>KKI</td><td><pre><code>KARTU_KREDIT_INDONESIA
</code></pre></td></tr></tbody></table>
