{
"merNo": 111111,
"merOrderNo": "222222",
"currencyCode": "USD",
"sourceAmount": "100.05",
"withdrawType": "1",
"returnUrl": "https://example.com",
"notifyUrl": "https://example.com/notify",
"sign": "906FDF4880B00B00281F2AB61AE9A721",
"cardNo": "4242424242424242",
"benFirstName": "Tati",
"benLastName": "Moore",
"mobile": "1-1234567890",
"addressLine": "123 Main St",
"addressLine2": "Apt 4B",
"city": "Anytown",
"state": "CA",
"countryCode": "US",
"postCode": "12345",
"email": "tati@example.com",
"ipAddress": "192.168.1.1",
"beneficiaryType": "individual",
"version": "V3.0.0"
}curl --location --request POST 'https://testpay.onlinepay.ai/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": 111111,
"merOrderNo": "222222",
"currencyCode": "USD",
"sourceAmount": "100.05",
"withdrawType": "1",
"returnUrl": "https://example.com",
"notifyUrl": "https://example.com/notify",
"sign": "906FDF4880B00B00281F2AB61AE9A721",
"cardNo": "4242424242424242",
"benFirstName": "Tati",
"benLastName": "Moore",
"mobile": "1-1234567890",
"addressLine": "123 Main St",
"addressLine2": "Apt 4B",
"city": "Anytown",
"state": "CA",
"countryCode": "US",
"postCode": "12345",
"email": "tati@example.com",
"ipAddress": "192.168.1.1",
"beneficiaryType": "individual",
"version": "V3.0.0"
}'{
"code":"00000",
"message":"SUCCESS",
"data":{
"payCode":0,
"tradeNo":"3333333",
"merorderNo":"222222"
}
}