Common APIs
Merchant wallet
GET /api/v1/merchant/wallet
json
{
"countryCode": "TH",
"currency": "THB",
"balance": "50000.00",
"frozenBalance": "1010.00",
"status": 1
}Ensure balance >= netAmount before creating payout.
Wallet transactions
GET /api/v1/merchant/wallet/transactions?page=1&pageSize=20
Common txType: MERCHANT_PAYOUT_FREEZE, MERCHANT_PAYOUT_SETTLE, MERCHANT_PAYOUT_REFUND, MERCHANT_PAYIN_SETTLE, admin_adjust.
