# Payment methods

<figure><img src="https://cdn.coindpay.xyz/static/social/payments_methods_v1.svg" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://cdn.coindpay.xyz/static/social/payments_methods_v2_mp.svg" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="290.717041015625">Payment method</th><th width="239.958740234375">payment_method</th><th>Supported</th></tr></thead><tbody><tr><td>Visa <mark style="color:purple;"><strong>*</strong></mark></td><td>card</td><td>✅</td></tr><tr><td>Mastercard <mark style="color:purple;"><strong>*</strong></mark></td><td>card</td><td>✅</td></tr><tr><td>Maestro <mark style="color:purple;"><strong>*</strong></mark></td><td>card</td><td>✅</td></tr><tr><td>Apple Pay <mark style="color:purple;"><strong>**</strong></mark></td><td>apple</td><td>✅</td></tr><tr><td>Google Pay <mark style="color:purple;"><strong>**</strong></mark></td><td>google</td><td>✅</td></tr><tr><td>Cash App Pay <mark style="color:purple;"><strong>**</strong></mark></td><td>cashapp</td><td>✅</td></tr><tr><td>SEPA Bank Transfer <mark style="color:purple;"><strong>***</strong></mark></td><td>sepa</td><td>✅</td></tr><tr><td>Revolut Pay <mark style="color:purple;"><strong>****</strong></mark></td><td>revolut</td><td>✅</td></tr><tr><td>Wire Transfer（USD🇺🇸）</td><td>wire</td><td>✅</td></tr><tr><td>ACH（USD🇺🇸）</td><td>ach</td><td>✅</td></tr><tr><td>UK Faster Payments（GBP🇬🇧）</td><td>gbp_bank</td><td>✅</td></tr><tr><td>Interac e-Transfer（CAD🇨🇦） </td><td>interac</td><td>✅</td></tr><tr><td>Instapay QRPh（PHP🇵🇭）</td><td>instapay</td><td>✅</td></tr><tr><td>PIX instant payment（BRL🇧🇷）</td><td>pix</td><td>✅</td></tr><tr><td>PicPay（BRL🇧🇷）</td><td>picpay</td><td>✅</td></tr><tr><td>Zar bank transfer（ZAR🇨🇿）</td><td>zar_bank</td><td>✅</td></tr><tr><td>Payid bank transfer（AUD🇦🇺）</td><td>payid</td><td>✅</td></tr><tr><td>Pse co bank transfer（COP🇨🇴）</td><td>pse</td><td>✅</td></tr><tr><td>Khipu cl bank transfer（CLP🇨🇱）</td><td>khipu</td><td>✅</td></tr><tr><td>Qr th wallet payment（THB🇹🇭）</td><td>qr_wallet</td><td>✅</td></tr><tr><td>Spei bank transfer（MXN🇲🇽）</td><td>spei</td><td>✅</td></tr><tr><td>OXXO（MXN🇲🇽）</td><td>oxxo</td><td>✅</td></tr><tr><td>DANA（IDR🇮🇩）</td><td>dana</td><td>✅</td></tr><tr><td>QRIS（IDR🇮🇩）</td><td>EightBWorld_qris</td><td>✅</td></tr><tr><td>OVO（IDR🇮🇩）</td><td>EightBWorld_ovo</td><td>✅</td></tr><tr><td>BRI: Virtual account（IDR🇮🇩）</td><td>EightBWorld_bri</td><td>✅</td></tr><tr><td>BNI: Virtual account（IDR🇮🇩）</td><td>EightBWorld_bni</td><td>✅</td></tr><tr><td>Permata: Virtual Account（IDR🇮🇩）</td><td>EightBWorld_permata</td><td>✅</td></tr><tr><td>Mandiri: Virtual Account（IDR🇮🇩）</td><td>EightBWorld_mandiri</td><td>✅</td></tr></tbody></table>

> <mark style="background-color:red;">💡 Important to know</mark>

<mark style="color:purple;">**\***</mark> <mark style="color:$info;">Not every bank facilitates crypto payments. To find out if your bank card allows crypto transactions, it's best to check directly with your bank.</mark>\
\ <mark style="color:purple;">**\*\***</mark> <mark style="color:$info;">Supported with the following currencies: AED, BGN, CAD, CHF, COP, CZK, DKK, EUR, GBP, HKD, ILS, KZT, MXN, NOK, NZD, PEN, PLN, QAR, RON, SEK, SGD, TWD, USD, etc. If you do not see Apple Pay or Google Pay as a payment option with the above currencies during the checkout process, then it is not available in your region at the moment.</mark>\
\ <mark style="color:purple;">**\*\*\***</mark> <mark style="color:$info;">SEPA Bank Transfer is available in the following countries: Germany, Netherlands, Portugal, Ireland, Spain, France, Austria, Poland, Latvia, Belgium, Hungary, Lithuania, Romania, etc.</mark>\
\ <mark style="color:purple;">**\*\*\*\***</mark> <mark style="color:$info;">Revolut Pay is supported with the following currencies: AED, AUD, BGN, CAD, CHF, COP, CZK, DKK, EUR, GBP, HKD, HUF, ILS, INR, ISK, JPY, KRW, MXN, NOK, NZD, PHP, PLN, QAR, RON, SEK, SGD, THB, TRY, USD, ZAR, etc.</mark>

{% hint style="success" %}
For supported values and detailed behavior, refer to the [Integration](/landing/start/developers/integration.md#url-parameters) Payments Link support preset `payment_method` and `fix_payment_method` parameters, allowing developers to enforce channel-specific payment flows and optimize payment success rates.
{% 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.coindpay.xyz/landing/start/customers/payment-methods.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.
