Skip to Content
Supported Methods

Supported Methods

Use this page to check supported regions, rails, currencies, and paymentMethodCode values. Each region uses a distinct set of API paths and a distinct settlement wallet.

RegionRailPay-in APISettlement walletCheckout
Bangladeshbangladesh/v1/payinsBDTProvider link from paymentInfo.content
Brazilbrazil/v1/br/payinsBRLPIX from paymentInfo (code, url, …)
Indiaindia/v1/h2h/*USDTMerchant-built UPI UI
Europeeurope/v1/eur/*USDCRedirect to checkoutUrl

Bangladesh (BDT)

Payment MethodPayment Method CodeMin Amount (BDT)/Per TrxMax Amount (BDT)/Per Trx
E-WalletBKASH20025,000
E-WalletNAGAD20025,000
E-WalletUPAY20025,000

How to use in API payload

Set the paymentMethodCode field in your Bangladesh PAYIN request:

{ "amount": "500", "paymentMethodCode": "BKASH" }

See Bangladesh → Pay-in.

Brazil (PIX / BRL)

Payment MethodPayment Method CodeMin Amount (BRL)/Per TrxMax Amount (BRL)/Per Trx
PIXPIX10.0015,000.00

How to use in API payload

{ "amount": "100.00", "paymentMethodCode": "PIX" }

Pay-ins and payouts use /v1/br/payins and /v1/br/payouts. Status polling uses the shared GET /v1/payins/:id and GET /v1/payouts/:id endpoints. The Brazil market must be KYB-approved before /v1/br/* works.

See Brazil → Pay-in.

India (UPI H2H)

MethodAmount quoted asCustomer pays (UPI)Settlement walletNotes
UPI (H2H)INR or USDTAlways INR (converted when amount is USDT)USDTSee Create Pay-in
  • currencySymbol + amount: quote in INR (customer pays that INR) or USDT (customer pays INR equivalent; you receive that USDT).
  • Supported on the merchant API: H2H UPI only (/v1/h2h/*).

See India → Pay-in.

Europe (Open Banking)

MethodPay-in currencySettlement walletNotes
Open BankingEUR / GBPUSDCHosted bank widget; redirect to checkoutUrl
Bank payoutEURDebits USDCMay require an explicit approve step

See Europe → Pay-in.

Last updated on