v1

latestOpenAPI 3.0.02026-07-26355499.1 KB
Payment Methods

Retrieve Payment Methods by Country

The Payment Methods endpoint allows you to retrieve the complete list of payment methods you have available for the specified country, along with its payment method's type, code, logos and more.

get/v3/payment_methods

Query parameters

countrystring required

Country ISO code (e.g., BR, AR, MX).

Response

Payment methods successfully retrieved.

countrystring

Country code.

codestring

Payment method code that should be used when creating a deposit request.

namestring

Payment method name.

type'BANK_DEPOSIT' | 'BANK_TRANSFER' | 'CREDIT_CARD' | 'VOUCHER'

Payment method type. Check the Payment Types section for further details.

statusstring

Status of the payment method. It will be updated in case a payment method becomes momentarily unavailable.

logostring url

URL containing the payment method logo.

daily_averagenumber

Daily average time for the approval of the deposits with this payment method in seconds. *Note that in case the method is new, we may not have daily average information so this field won't be returned.

monthly_averagenumber

Monthly average time for the approval of the deposits with this payment method in seconds. *Note that in case the method is new, we may not have monthly average information so this field won't be returned.

All 35 operations