Skip to main content

Payment Methods by Region

This document provides a comprehensive overview of payment methods supported by EFundPay, organized by geographic region and country. Each payment method includes its identifier code used in API requests.

Global Payment Methods

These payment methods are accepted worldwide or in multiple regions.

Card-Based Payments

Payment MethodDescription
cardCredit and debit cards (Visa, Mastercard, American Express, etc.)
applepayApple Pay digital wallet
googlepayGoogle Pay digital wallet
samsungpaySamsung Pay digital wallet

International Digital Wallets

Payment MethodDescription
paypalPayPal digital payments
bitcoinBitcoin cryptocurrency
ethereumEthereum cryptocurrency
usdtTether (USDT) stablecoin
usdcUSD Coin (USDC) stablecoin

Buy Now, Pay Later (Global)

Payment MethodDescription
klarnaKlarna installment payments
afterpayAfterpay/Clearpay installment payments
zipZip (formerly Quadpay) installments
sezzleSezzle installment payments

Asia-Pacific Region

China

Payment MethodDescription
alipayAlipay digital wallet
wechatWeChat Pay

Southeast Asia

Thailand

Payment MethodDescription
promptpayPromptPay instant payment
truemoneyTrueMoney e-wallet
rabbitlinepayRabbit LINE Pay
shopeepayShopeePay Thailand e-wallet
kplusKPlus mobile banking (Kasikornbank)
scbSCB EASY mobile banking (Siam Commercial Bank)
krungsriKrungsri mobile banking (Bank of Ayudhya)
ktbKTB mobile banking (Krung Thai Bank)
paotangPaotang mobile banking (Government Savings Bank)

Indonesia

Payment MethodDescription
danaDANA digital wallet
ovoOVO e-wallet
shopeepayShopeePay digital wallet

Philippines

Payment MethodDescription
gcashGCash mobile wallet

Malaysia

Payment MethodDescription
boostBoost e-wallet
tngTouch 'n Go eWallet
grabpayGrabPay digital wallet

Singapore

Payment MethodDescription
fpsFast Payment System
paynowPayNow instant payment
grabpayGrabPay digital wallet

Vietnam

Payment MethodDescription
airpayAirPay mobile wallet

Singapore & Malaysia

Payment MethodDescription
atomeAtome buy now, pay later

Hong Kong

Payment MethodDescription
fpsFaster Payment System

Australia & New Zealand

Payment MethodDescription
afterpayAfterpay installment payments

Europe

European Union

Payment MethodDescription
sepaSingle Euro Payments Area bank transfers

United Kingdom

Payment MethodDescription
bacsBacs Direct Credit bank transfer

Nordic Countries

Payment MethodDescription
klarnaKlarna installment payments

North America

United States

Payment MethodDescription
achACH bank transfers
afterpayAfterpay installment payments
sezzleSezzle installment payments
zipZip installment payments

Canada

Payment MethodDescription
achACH-equivalent bank transfers

South America

Brazil

Payment MethodDescription
pixPIX instant payment system

Universal Payment Methods

These methods are available across all regions:

Traditional Banking

Payment MethodDescription
bank_transferGeneric bank transfer
direct_debitDirect debit payments

Cash-Based

Payment MethodDescription
cashCash payments (via cash collection points)

Payment Method Categories

By Transaction Type

  1. Instant Payments: fps, promptpay, pix, paynow
  2. QR Code Payments: alipay, wechat
  3. E-Wallets & Mobile Banking: dana, ovo, gcash, boost, tng, truemoney, shopeepay, kplus, scb_easy, krungsri, ktb, paotang
  4. Bank Transfers: sepa, ach, bacs, bank_transfer
  5. Buy Now Pay Later: klarna, afterpay, zip, sezzle, atome
  6. Cryptocurrency: bitcoin, ethereum, usdt, usdc

By Settlement Time

  • Real-time: Most e-wallets and instant payment systems
  • Same-day: Card payments, some bank transfers
  • 1-3 business days: Traditional bank transfers
  • Variable: Cryptocurrency (depends on network confirmation)

Integration Notes

Regional Considerations

  • Some payment methods require specific merchant agreements in target countries
  • Currency support may vary by payment method and region
  • Regulatory requirements differ by jurisdiction
  • Customer authentication methods may vary by region

API Usage

When using the EFundPay API, specify the payment method using the exact identifier codes listed above in the method field of your payment requests.

Example:

{
"method": "alipay",
"currency": "CNY",
"amount": 10000
}

For detailed implementation guides for specific payment methods, refer to the individual payment method documentation in the EFundPay developer portal.

Powered by Docusaurus