| Payment Type | Supported Currencies | Type | Description |
|---|---|---|---|
| IBAN | EUR | IBAN | European Region International Bank Account Number |
| IBAN | AED | IBAN | UAE International Bank Account Number |
| ACH | USD | ACH | US Federal Reserve Routing Number |
| FED | USD | FED | US Federal Reserve Routing Number |
| REVOLUT | GBP, EUR | REVOLUT | European/US Electronic Account - REVOLUT |
| BSB | AUD | BSB | Australian Bank Payment |
| SC | GBP | SC | UK Bank Payment Sort Code |
| CC | CAD | CC | Canada Transit Number |
| SWIFT | USD, EUR, AED, SGD | SWIFT | International Bank Clearing |
| IMPS | INR | IMPS | Indian Bank Payment |
{
"mchOrderId": "payoutUSD10035",
"amount": "50",
"currency": "USD",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565806201119",
"beneficiaryName": "shing level",
"beneficiaryAccountNumber": "6877028001",
"beneficiaryAccountCountry": "US",
"beneficiaryAccountType": "Personal",
"companyName": "test", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "testBank",
"routingNumber": "321171184",
"swiftCode": "CITIUS33", // Preferably provide real value
"city": "New york",
"beneficiaryAddress": "456 Main Street",
"zip": "90001",
"paymentType": "ACH"
}
USD-FED: (Temporarily not supported)
``` json
{
"mchOrderId": "payoutUSD13005",
"amount": "50",
"currency": "USD",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "shing level",
"beneficiaryAccountNumber": "6877028001",
"beneficiaryAccountCountry": "US",
"beneficiaryAccountType": "Personal",
"companyName": "test", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "testBank",
"country": "US",
"routingNumber": "321171184",
"swiftCode": "CITIUS33", // Preferably provide real value
"beneficiaryAddress": "456 Main Street",
"zip": "90001",
"paymentType": "FED"
}
{
"mchOrderId": "payoutUSD132011",
"amount": "50",
"currency": "USD",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "shing level",
"beneficiaryAccountNumber": "6877028001",
"beneficiaryAccountCountry": "HK", // Hong Kong region
"beneficiaryAccountType": "Personal",
"companyName": "test", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "testBank",
"beneficiaryAddress": "456 Main Street",
"routingNumber": "80000112", // Bank Branch Code
"paymentType": "RTGS"
}
{
"mchOrderId": "payoutUSD1357",
"amount": "50",
"currency": "USD",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "shing level",
"beneficiaryAccountNumber": "6877028001",
"beneficiaryAccountCountry": "US",
"beneficiaryAccountType": "Personal",
"companyName": "test", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "testBank",
"swiftCode": "CITIUS33",
"routingNumber": "80000112",
"beneficiaryAddress": "456 Main Street",
"zip": "90001",
"paymentType": "SWIFT"
}
{
"mchOrderId": "payoutUSD144591",
"amount": "180",
"currency": "AED",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "ping Zhou",
"beneficiaryAccountNumber": "AE450860000006791001658",
"beneficiaryAccountCountry": "AE",
"beneficiaryAccountType": "Company",
"companyName": "Test Company", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "Wio Bank PJSC",
"swiftCode": "WIOBAEADXXX",
"beneficiaryAddress": "Etihad Airways Centre 5th Floor, Abu Dhabi, UAE",
"paymentType": "SWIFT"
}
{
"mchOrderId": "payoutUSD144593",
"amount": "180",
"currency": "AED",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "ping Zhou",
"beneficiaryAccountNumber": "AE450860000006791001658",
"beneficiaryAccountCountry": "AE",
"beneficiaryAccountType": "Personal",
"companyName": "Test Company", // Required for corporate accounts; optional for personal accounts
"beneficiaryBankName": "Wio Bank PJSC",
"beneficiaryAddress": "Etihad Airways Centre 5th Floor, Abu Dhabi, UAE",
"paymentType": "IBAN"
}
{
"mchOrderId": "payoutUSD14478",
"amount": "190",
"currency": "SAR",
"callbackUrl": "http://127.0.0.1:8082/india-merchant/core/callback",
"beneficiaryEmail": "muazpe@gmail.com",
"beneficiaryMobile": "565889809",
"beneficiaryName": "kugou chou",
"beneficiaryAccountNumber": "SA4420000001234567891234",
"beneficiaryAccountCountry": "SA",
"beneficiaryAccountType": "Company", // Company name required for corporate accounts
"companyName": "Vamos Pago",
"beneficiaryBankName": "Wio Bank PJSC",
"beneficiaryAddress": "Etihad Airways Centre 5th Floor, Abu Dhabi, UAE",
"city": "Riyadh", // City is required
"zip": "46431",
"idCardType": "EMPLOYER_ID", // PASSPORT, NATIONAL_ID, DRIVING_LICENSE, SOCIAL_SECURITY, TAX_ID, SENIOR_CITIZEN_ID, BIRTH_CERTIFICATE, VILLAGE_ELDER_ID, RESIDENT_CARD, ALIEN_REGISTRATION, PAN_CARD, VOTERS_ID, HEALTH_CARD, EMPLOYER_ID
"idCardNo": "2566442683",
"paymentType": "IBAN"
}