Asia & Oceania
A complete POST /v2/payment body for each validated payout corridor in Asia and Oceania. Expand a country to see it.
Bodies marked tested are payloads the gateway accepted in corridor testing, with only the environment metadata replaced — externalPaymentId, fxId, ipAddress, and the sender's name. The account numbers, bank codes, wallet identifiers, purpose codes, and amounts are the ones that were actually submitted. Bodies marked generated are built from the country's schema for corridors testing did not reach; they are structurally correct but their identifiers are placeholders that address nobody.
Every body on this page validates against its country schema and against the generic push schema. Swap in your own externalPaymentId, a live fxId from Foreign Exchange, and real recipient details before sending. See Country coverage for what each corridor requires.
Bangladesh —
BGD · BDT · BANK_DEPOSIT · WALLET · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-bgd-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 2192,
"currency": "BDT"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "BGD",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "BGD",
"bankCode": "020261724",
"bankName": "Local Bank",
"accountNumber": "12345678901234567",
"accountType": "CHECKING"
},
"phoneNumber": "+8801712345678"
},
"additionalData": {
"paymentPurpose": "FAMI",
"tradeOrderId": "TRD001"
}
}
WALLET · BKASH — tested
{
"externalPaymentId": "push-bgd-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 2205,
"currency": "BDT"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "BGD",
"city": "Dhaka",
"line1": "123 Main Street",
"zipCode": "1234"
},
"paymentMethod": {
"type": "WALLET",
"countryCode": "BGD",
"walletId": "+8801712345678",
"walletType": "PHONENUMBER",
"walletOperator": "BKASH"
}
},
"additionalData": {
"paymentPurpose": "FAMILY_SUPPORT"
}
}
WALLET · NAGAD — tested
{
"externalPaymentId": "push-bgd-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 2205,
"currency": "BDT"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "BGD",
"city": "Dhaka",
"line1": "123 Main Street",
"zipCode": "1234"
},
"paymentMethod": {
"type": "WALLET",
"countryCode": "BGD",
"walletId": "+8801712345678",
"walletType": "PHONENUMBER",
"walletOperator": "NAGAD"
}
},
"additionalData": {
"paymentPurpose": "FAMILY_SUPPORT"
}
}
WALLET · ROCKET — tested
{
"externalPaymentId": "push-bgd-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 2205,
"currency": "BDT"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "BGD",
"city": "Dhaka",
"line1": "123 Main Street",
"zipCode": "1234"
},
"paymentMethod": {
"type": "WALLET",
"countryCode": "BGD",
"walletId": "+8801712345678",
"walletType": "PHONENUMBER",
"walletOperator": "ROCKET"
}
},
"additionalData": {
"paymentPurpose": "FAMILY_SUPPORT"
}
}
China —
CHN · CNY · WALLET · schema v1.0.1
WALLET · WECHATPAY — tested
{
"externalPaymentId": "push-chn-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 134,
"currency": "CNY"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
},
"birthDate": "1980-05-15"
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"phoneNumber": "+8611234567890",
"paymentMethod": {
"type": "WALLET",
"countryCode": "CHN",
"walletId": "+8611234567890",
"walletType": "PHONENUMBER",
"walletOperator": "WECHATPAY"
}
},
"additionalData": {
"paymentPurpose": "FAMILY_SUPPORT"
}
}
WALLET · ALIPAY — tested
{
"externalPaymentId": "push-chn-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 134,
"currency": "CNY"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
},
"birthDate": "1980-05-15"
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"phoneNumber": "+8611234567890",
"paymentMethod": {
"type": "WALLET",
"countryCode": "CHN",
"walletId": "+8611234567890",
"walletType": "PHONENUMBER",
"walletOperator": "ALIPAY"
}
},
"additionalData": {
"paymentPurpose": "FAMILY_SUPPORT"
}
}
India —
IND · INR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT · BBAN — tested
{
"externalPaymentId": "push-ind-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 1918,
"currency": "INR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "IND",
"stateCode": "AP",
"city": "Test City",
"line1": "123 Main Street",
"zipCode": "110001"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "IND",
"bankCode": "HDFC0001234",
"accountNumber": "9876543210123456",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "P1301"
}
}
BANK_DEPOSIT · UPI — tested
{
"externalPaymentId": "push-ind-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 1920,
"currency": "INR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "IND",
"stateCode": "AP",
"city": "Test City",
"line1": "123 Main Street",
"zipCode": "110001"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "IND",
"accountNumberType": "UPI",
"accountNumber": "TestUser123@upi"
}
},
"additionalData": {
"paymentPurpose": "P1301"
}
}
Indonesia —
IDN · IDR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-idn-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 358397,
"currency": "IDR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
},
"birthDate": "1985-06-20",
"birthCountryCode": "USA"
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "IDN"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "IDN",
"bankCode": "014",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
},
"birthDate": "1990-01-15",
"birthCountryCode": "IDN"
},
"additionalData": {
"paymentPurpose": "ISGDSV",
"statementNarrative": "Goods purchase"
}
}
Malaysia —
MYS · MYR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-mys-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 81,
"currency": "MYR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "MYS",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "MYS",
"bankCode": "MBBEMYKL",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "00000"
}
}
Mongolia —
MNG · MNT · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — generated
{
"externalPaymentId": "push-mng-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 100,
"currency": "USD"
},
"recipientAmount": {
"total": 340000,
"currency": "MNT"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"zipCode": "10001"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "MNG",
"accountNumber": "1234567890"
},
"phoneNumber": "+97688123456",
"address": {
"countryCode": "MNG",
"city": "Capital City",
"line1": "123 Main Street"
}
}
}
Nepal —
NPL · NPR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-npl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 3047,
"currency": "NPR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
},
"documents": [
{
"document": "12345678",
"type": "P",
"countryCode": "USA"
}
]
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "NPL",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "NPL",
"bankCode": "4247",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
},
"phoneNumber": "+9779801234567"
},
"additionalData": {
"paymentPurpose": "EPFAMT"
}
}
Pakistan —
PAK · PKR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-pak-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 5650,
"currency": "PKR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "PAK",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "PAK",
"bankCode": "HABBPKKA",
"accountNumber": "PK36SCBL0000001123456702",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "50"
}
}
Philippines —
PHL · PHP · BANK_DEPOSIT · WALLET · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-phl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 1225,
"currency": "PHP"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "PHL"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "PHL",
"bankCode": "010534304",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
},
"phoneNumber": "+639171234567"
},
"additionalData": {
"paymentPurpose": "0210000001"
}
}
WALLET · GRABPAY — tested
{
"externalPaymentId": "push-phl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 1219,
"currency": "PHP"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"paymentMethod": {
"type": "WALLET",
"countryCode": "PHL",
"walletId": "+639123456789",
"walletType": "PHONENUMBER",
"walletOperator": "GRABPAY"
}
},
"additionalData": {}
}
WALLET · GCASH — tested
{
"externalPaymentId": "push-phl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 1219,
"currency": "PHP"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"paymentMethod": {
"type": "WALLET",
"countryCode": "PHL",
"walletId": "+639123456789",
"walletType": "PHONENUMBER",
"walletOperator": "GCASH"
}
},
"additionalData": {}
}
Singapore —
SGP · SGD · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-sgp-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 26,
"currency": "SGD"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Wei",
"lastName": "Tan",
"address": {
"countryCode": "SGP",
"city": "Singapore",
"line1": "1 Marina Boulevard",
"zipCode": "018989"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "SGP",
"bankCode": "DBSSSGSG",
"accountNumber": "1234567890",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "ISSALA",
"statementNarrative": "Salary payment"
}
}
South Korea —
KOR · KRW · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-kor-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 29541,
"currency": "KRW"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"birthDate": "1985-06-20",
"birthCountryCode": "USA",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "KOR",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "KOR",
"bankCode": "088",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
},
"phoneNumber": "+821012345678",
"birthDate": "1990-01-15",
"birthCountryCode": "KOR"
},
"additionalData": {
"paymentPurpose": "FIS"
}
}
Sri Lanka —
LKA · LKR · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-lka-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 6660,
"currency": "LKR"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Nimal",
"lastName": "Perera",
"address": {
"countryCode": "LKA",
"city": "Colombo",
"line1": "45 Galle Road",
"zipCode": "00300"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "LKA",
"bankCode": "7010",
"routingNumber": "001",
"accountNumber": "1234567890",
"accountType": "CHECKING"
}
},
"additionalData": {
"statementNarrative": "Family support"
}
}
Thailand —
THA · THB · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-tha-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 666,
"currency": "THB"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "THA"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "THA",
"bankCode": "KASITHBK",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "ALLW"
}
}
Uzbekistan —
UZB · UZS · CARD · schema v1.0.1
CARD — generated
{
"externalPaymentId": "push-uzb-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 100,
"currency": "USD"
},
"recipientAmount": {
"total": 1280000,
"currency": "UZS"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"zipCode": "10001"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"paymentMethod": {
"type": "CARD",
"countryCode": "UZB",
"cardTokenId": "778303bb-1441-4378-b923-77ecf414cffd"
}
}
}
Vietnam —
VNM · VND · BANK_DEPOSIT · schema v1.0.1
BANK_DEPOSIT — tested
{
"externalPaymentId": "push-vnm-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 521907,
"currency": "VND"
},
"sender": {
"firstName": "John",
"lastName": "Smith",
"address": {
"countryCode": "USA",
"stateCode": "NY",
"city": "New York",
"line1": "123 Main St",
"line2": "",
"zipCode": "AAAAA"
}
},
"recipient": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"countryCode": "VNM",
"city": "Test City",
"line1": "123 Main Street"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "VNM",
"bankCode": "BFTVVNVX",
"accountNumber": "1234567890123456",
"accountType": "CHECKING"
}
},
"additionalData": {
"paymentPurpose": "EPFAMT"
}
}
What's Next
- Country coverage — Every corridor's requirements in one table
- Payout methods — Field reference per payout type
- Errors — What
PAY_001means when a valid payload is rejected
