HitPay Payment Methods Reference
Lookup reference for payment methods available across Southeast Asia, India, Australia, and cross-border markets. Maps countries to methods, API values, currencies, and settlement behavior.
When to Apply
- Developer asks which payment methods are available for a specific country
- Need the correct
payment_methods + currency combination for API calls
- Determining whether a method settles in local currency or cross-currency
- Checking if a specific method (e.g., DuitNow, DANA) is available
For live account queries, use the hitpay-api MCP tools: get_account_status shows which providers are enabled, get_supported_qr_methods shows available QR methods.
Country-to-Method Quick Lookup
| Country |
Recommended QR Methods |
Currency |
| Singapore |
PayNow, GrabPay, ShopeePay |
SGD |
| Malaysia |
GrabPay, ShopeePay, Touch 'n Go, FPX |
MYR |
| Philippines |
QR Ph (InstaPay), ShopeePay, GCash |
PHP |
| Thailand |
PromptPay, TrueMoney |
THB |
| Vietnam |
VietQR, ZaloPay |
VND |
| Indonesia |
QRIS |
IDR |
| India |
UPI |
INR (settles SGD) |
| Australia |
PayTo |
AUD |
| Korea |
KCP methods |
KRW |
| Cross-border (Chinese tourists) |
WeChat Pay, Alipay+ |
CNY (settles SGD) |
If the developer doesn't specify a country, ask. The wrong currency will cause the API call to fail.
Payment Method API Values
These are the exact strings to pass in the payment_methods parameter:
| Display Name |
API Value |
Currency |
Notes |
| PayNow |
paynow_online |
SGD |
QR-based |
| GrabPay |
grabpay |
SGD, MYR |
QR-based |
| ShopeePay |
shopee_pay |
SGD, MYR, PHP |
QR-based |
| Touch 'n Go |
touch_n_go |
MYR |
QR-based |
| FPX |
fpx |
MYR |
Bank transfer (redirect), not QR |
| PromptPay |
promptpay |
THB |
QR-based (domestic) |
| TrueMoney |
truemoney |
THB |
QR-based (domestic) |
| VietQR |
vietqr |
VND |
QR-based |
| ZaloPay |
zalopay |
VND |
QR-based |
| QRIS |
qris |
IDR |
QR-based (covers GoPay, OVO, DANA) |
| QR Ph |
qrph |
PHP |
InstaPay rail |
| GCash |
gcash |
PHP |
QR-based (domestic) |
| UPI |
upi |
SGD |
Cross-currency (INR customer, SGD settlement) |
| WeChat Pay |
wechat |
SGD |
Cross-currency (CNY customer) |
| Alipay+ |
alipay |
SGD |
Cross-currency (CNY customer) |
| PayTo |
payto |
AUD |
Bank-initiated payment |
| Cards |
card |
Any |
Visa, MC, Amex — redirect checkout |
Borderless QR Methods (Cross-Border)
For cross-border payments, some methods use different API codes than domestic. Using the domestic code for a cross-border call will fail.
| Display Name |
Borderless API Value |
Country |
Notes |
| PayNow |
paynow_online |
SG |
Same as domestic |
| GCash |
gcash_qr |
PH |
Different from domestic gcash |
| QR Ph |
qrph_netbank |
PH |
Same as domestic |
| PromptPay |
opn_prompt_pay |
TH |
Different from domestic promptpay |
| TrueMoney |
opn_true_money_qr |
TH |
Different from domestic truemoney |
| QRIS (iFPay) |
ifpay_qris |
ID |
Different from domestic qris |
| QRIS (DOKU) |
doku_qris |
ID |
Different from domestic qris |
| Touch 'n Go |
touch_n_go |
MY |
Same as domestic |
| ShopeePay |
shopee_pay |
Multi |
Same as domestic |
Key rule: For borderless, set currency to the merchant's currency (e.g., SGD), not the customer's. The response includes borderless_fx with conversion details.
Cross-Currency Settlement
| Method |
Customer Pays |
Merchant Receives |
FX Applied |
| WeChat Pay |
CNY |
SGD |
At transaction time |
| Alipay+ |
CNY |
SGD |
At transaction time |
| UPI |
INR |
SGD |
At transaction time |
| Borderless QR |
Foreign currency |
Merchant's currency |
At transaction time |
| All others |
Local currency |
Same (local) |
No FX |
Rule: For cross-currency methods, always set currency to the settlement currency (SGD), not the customer's local currency.
Known Unavailable Methods
These are commonly requested but not available as separate methods on HitPay:
| Requested Method |
Country |
Alternative |
| DuitNow |
Malaysia |
GrabPay, ShopeePay, Touch 'n Go |
| DANA |
Indonesia |
QRIS (covers DANA wallets) |
| OVO |
Indonesia |
QRIS (covers OVO) |
| GoPay |
Indonesia |
QRIS (covers GoPay) |
| LINE Pay |
Thailand |
PromptPay, TrueMoney |
| Momo |
Vietnam |
VietQR, ZaloPay |
| Boost |
Malaysia |
GrabPay, ShopeePay, Touch 'n Go |
| PayPay |
Japan |
Not available |
Common Errors
| Error |
Cause |
Fix |
| "Payment method not available" |
Provider not enabled |
Enable in HitPay dashboard, check get_account_status |
| "Invalid currency" |
Currency doesn't match method |
Use the correct currency from the tables above |
| "Amount too low" |
Below minimum threshold |
Minimum is usually 1.00 in local currency |
Provider in pending[] |
KYC not complete |
Complete verification in HitPay dashboard |
Detailed Provider Maps
See references/provider-currency-map.md for the full provider-to-method mapping with settlement details for each market.
1---2name: payment-methods3description: Look up HitPay payment methods by country, currency, and provider. Use when user says "which payment methods in Malaysia", "what methods for Singapore", "HitPay payment methods", "payment method lookup", "which QR methods", "supported methods", or "available payment methods".4license: MIT5---67# HitPay Payment Methods Reference89Lookup reference for payment methods available across Southeast Asia, India, Australia, and cross-border markets. Maps countries to methods, API values, currencies, and settlement behavior.1011## When to Apply1213- Developer asks which payment methods are available for a specific country14- Need the correct `payment_methods` + `currency` combination for API calls15- Determining whether a method settles in local currency or cross-currency16- Checking if a specific method (e.g., DuitNow, DANA) is available1718> **For live account queries**, use the `hitpay-api` MCP tools: `get_account_status` shows which providers are enabled, `get_supported_qr_methods` shows available QR methods.1920## Country-to-Method Quick Lookup2122| Country | Recommended QR Methods | Currency |23|---------|----------------------|----------|24| **Singapore** | PayNow, GrabPay, ShopeePay | SGD |25| **Malaysia** | GrabPay, ShopeePay, Touch 'n Go, FPX | MYR |26| **Philippines** | QR Ph (InstaPay), ShopeePay, GCash | PHP |27| **Thailand** | PromptPay, TrueMoney | THB |28| **Vietnam** | VietQR, ZaloPay | VND |29| **Indonesia** | QRIS | IDR |30| **India** | UPI | INR (settles SGD) |31| **Australia** | PayTo | AUD |32| **Korea** | KCP methods | KRW |33| **Cross-border (Chinese tourists)** | WeChat Pay, Alipay+ | CNY (settles SGD) |3435If the developer doesn't specify a country, ask. The wrong currency will cause the API call to fail.3637## Payment Method API Values3839These are the exact strings to pass in the `payment_methods` parameter:4041| Display Name | API Value | Currency | Notes |42|-------------|-----------|----------|-------|43| PayNow | `paynow_online` | SGD | QR-based |44| GrabPay | `grabpay` | SGD, MYR | QR-based |45| ShopeePay | `shopee_pay` | SGD, MYR, PHP | QR-based |46| Touch 'n Go | `touch_n_go` | MYR | QR-based |47| FPX | `fpx` | MYR | Bank transfer (redirect), not QR |48| PromptPay | `promptpay` | THB | QR-based (domestic) |49| TrueMoney | `truemoney` | THB | QR-based (domestic) |50| VietQR | `vietqr` | VND | QR-based |51| ZaloPay | `zalopay` | VND | QR-based |52| QRIS | `qris` | IDR | QR-based (covers GoPay, OVO, DANA) |53| QR Ph | `qrph` | PHP | InstaPay rail |54| GCash | `gcash` | PHP | QR-based (domestic) |55| UPI | `upi` | SGD | Cross-currency (INR customer, SGD settlement) |56| WeChat Pay | `wechat` | SGD | Cross-currency (CNY customer) |57| Alipay+ | `alipay` | SGD | Cross-currency (CNY customer) |58| PayTo | `payto` | AUD | Bank-initiated payment |59| Cards | `card` | Any | Visa, MC, Amex — redirect checkout |6061## Borderless QR Methods (Cross-Border)6263For cross-border payments, some methods use different API codes than domestic. **Using the domestic code for a cross-border call will fail.**6465| Display Name | Borderless API Value | Country | Notes |66|-------------|---------------------|---------|-------|67| PayNow | `paynow_online` | SG | Same as domestic |68| GCash | `gcash_qr` | PH | Different from domestic `gcash` |69| QR Ph | `qrph_netbank` | PH | Same as domestic |70| PromptPay | `opn_prompt_pay` | TH | Different from domestic `promptpay` |71| TrueMoney | `opn_true_money_qr` | TH | Different from domestic `truemoney` |72| QRIS (iFPay) | `ifpay_qris` | ID | Different from domestic `qris` |73| QRIS (DOKU) | `doku_qris` | ID | Different from domestic `qris` |74| Touch 'n Go | `touch_n_go` | MY | Same as domestic |75| ShopeePay | `shopee_pay` | Multi | Same as domestic |7677**Key rule:** For borderless, set `currency` to the **merchant's** currency (e.g., SGD), not the customer's. The response includes `borderless_fx` with conversion details.7879## Cross-Currency Settlement8081| Method | Customer Pays | Merchant Receives | FX Applied |82|--------|--------------|-------------------|------------|83| WeChat Pay | CNY | SGD | At transaction time |84| Alipay+ | CNY | SGD | At transaction time |85| UPI | INR | SGD | At transaction time |86| Borderless QR | Foreign currency | Merchant's currency | At transaction time |87| All others | Local currency | Same (local) | No FX |8889**Rule**: For cross-currency methods, always set `currency` to the **settlement currency** (SGD), not the customer's local currency.9091## Known Unavailable Methods9293These are commonly requested but **not available** as separate methods on HitPay:9495| Requested Method | Country | Alternative |96|-----------------|---------|-------------|97| DuitNow | Malaysia | GrabPay, ShopeePay, Touch 'n Go |98| DANA | Indonesia | QRIS (covers DANA wallets) |99| OVO | Indonesia | QRIS (covers OVO) |100| GoPay | Indonesia | QRIS (covers GoPay) |101| LINE Pay | Thailand | PromptPay, TrueMoney |102| Momo | Vietnam | VietQR, ZaloPay |103| Boost | Malaysia | GrabPay, ShopeePay, Touch 'n Go |104| PayPay | Japan | Not available |105106## Common Errors107108| Error | Cause | Fix |109|-------|-------|-----|110| "Payment method not available" | Provider not enabled | Enable in HitPay dashboard, check `get_account_status` |111| "Invalid currency" | Currency doesn't match method | Use the correct currency from the tables above |112| "Amount too low" | Below minimum threshold | Minimum is usually 1.00 in local currency |113| Provider in `pending[]` | KYC not complete | Complete verification in HitPay dashboard |114115## Detailed Provider Maps116117See `references/provider-currency-map.md` for the full provider-to-method mapping with settlement details for each market.