{
"request_id": "string",
"amount": "string",
"beneficiary": {
"beneficiary_type": "string",
"beneficiary_info": {
"name": "string",
"last_name": "string",
"first_name": "string",
"email": "user@example.com",
"phone": {
"calling_code": "strin",
"number": "string"
},
"address": {
"country": "st",
"state": "string",
"city": "string",
"postal_code": "string",
"line1": "string",
"line2": "string"
},
"tax_id": "string",
"date_of_birth": "string",
"nationality": "string",
"national_id": "string"
},
"destination": {
"type": "string",
"bank": {
"account_type": "string",
"country": "st",
"bank_name": "string",
"account_number": "string",
"bank_province": "string",
"bank_city": "string",
"iban": "string",
"bank_codes": {
"swift_code": "string",
"ifsc_code": "string",
"aba_code": "string",
"sort_code": "string",
"branch_code": "string",
"bsb_code": "string",
"bank_code": "string",
"cnaps": "string"
},
"purpose_code": "string",
"branch_name": "string"
},
"crypto_wallet": {
"wallet_address": "string",
"network": "string"
},
"e_wallet": {
"ewallet_provider": "string",
"account_number": "string",
"account_type": "string",
"deposit_key": "string"
}
}
},
"purpose": "string",
"currency": "string",
"product_name": "string",
"description": "string",
"way_code": "string",
"way_type": "string",
"expired_time": 0,
"notify_url": "string"
}curl --location --request POST 'https://lesspay2-pay-uat.doopayment.com/api/global/payout/create-order' \
--header 'x-auth-signature;' \
--header 'x-auth-appid;' \
--header 'X-Auth-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"amount": "string",
"beneficiary": {
"beneficiary_type": "string",
"beneficiary_info": {
"name": "string",
"last_name": "string",
"first_name": "string",
"email": "user@example.com",
"phone": {
"calling_code": "strin",
"number": "string"
},
"address": {
"country": "st",
"state": "string",
"city": "string",
"postal_code": "string",
"line1": "string",
"line2": "string"
},
"tax_id": "string",
"date_of_birth": "string",
"nationality": "string",
"national_id": "string"
},
"destination": {
"type": "string",
"bank": {
"account_type": "string",
"country": "st",
"bank_name": "string",
"account_number": "string",
"bank_province": "string",
"bank_city": "string",
"iban": "string",
"bank_codes": {
"swift_code": "string",
"ifsc_code": "string",
"aba_code": "string",
"sort_code": "string",
"branch_code": "string",
"bsb_code": "string",
"bank_code": "string",
"cnaps": "string"
},
"purpose_code": "string",
"branch_name": "string"
},
"crypto_wallet": {
"wallet_address": "string",
"network": "string"
},
"e_wallet": {
"ewallet_provider": "string",
"account_number": "string",
"account_type": "string",
"deposit_key": "string"
}
}
},
"purpose": "string",
"currency": "string",
"product_name": "string",
"description": "string",
"way_code": "string",
"way_type": "string",
"expired_time": 0,
"notify_url": "string"
}'{
"code": 0,
"msg": "",
"data": {
"pay_order_id": "",
"request_id": "",
"order_status": "",
"created_at": "",
"total_count": 0,
"total_amount_obj": {
"amount": 0.0,
"amountStr": "",
"currencyCode": "",
"currency": {
"id": 0,
"currencyName": "",
"currencyCode": "",
"decimalPlaces": 0,
"currencyType": 0,
"symbol": "",
"isoCode": "",
"state": false,
"remark": "",
"networks": [
{
"id": 0,
"currencyCode": "",
"network": "",
"state": false,
"remark": ""
}
]
}
}
},
"encryptData": "",
"sign": ""
}