Authorization: Bearer ********************{
"requestNo": "string",
"openID": "string",
"trailId": "string",
"scene": 9,
"withdrawCurrency": "string",
"accountDeductionAmt": 0,
"withdrawFee": 0,
"arriveAmt": 0,
"callBackUrl": "string",
"isPobo": true,
"paymentPurpose": "PAYMENT_COMMISSION",
"paymentAttachments": [
{
"fileName": "string",
"fileUrl": "string",
"certType": "string"
}
],
"payeeInfo": {
"payeeName": "string",
"payeeAccountNo": "string",
"payeeAccountType": 0,
"payeeBankCardCurrency": "string",
"payeeOpenBank": "string",
"payeeBankCountry": "string",
"exReAccountNo": "string",
"payeeBankNumber": "string",
"payeeBankProvince": "string",
"payeeBankCity": "string",
"payeeBankSubBranchName": "string",
"payeeMobile": "string",
"payeeIdNo": "string",
"payeeAddress": "string",
"payeeBankAddress": "string",
"swiftCode": "string",
"routingNumber": "string",
"payeeProvinceId": "string",
"payeeProvince": "string",
"payeeCity": "string",
"postCode": "string",
"branchNumber": "string"
}
}curl --location --request POST 'https://open-test.inflyway.com/openCollection/collection/external/withdraw/applyWithdraw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestNo": "string",
"openID": "string",
"trailId": "string",
"scene": 9,
"withdrawCurrency": "string",
"accountDeductionAmt": 0,
"withdrawFee": 0,
"arriveAmt": 0,
"callBackUrl": "string",
"isPobo": true,
"paymentPurpose": "PAYMENT_COMMISSION",
"paymentAttachments": [
{
"fileName": "string",
"fileUrl": "string",
"certType": "string"
}
],
"payeeInfo": {
"payeeName": "string",
"payeeAccountNo": "string",
"payeeAccountType": 0,
"payeeBankCardCurrency": "string",
"payeeOpenBank": "string",
"payeeBankCountry": "string",
"exReAccountNo": "string",
"payeeBankNumber": "string",
"payeeBankProvince": "string",
"payeeBankCity": "string",
"payeeBankSubBranchName": "string",
"payeeMobile": "string",
"payeeIdNo": "string",
"payeeAddress": "string",
"payeeBankAddress": "string",
"swiftCode": "string",
"routingNumber": "string",
"payeeProvinceId": "string",
"payeeProvince": "string",
"payeeCity": "string",
"postCode": "string",
"branchNumber": "string"
}
}'{
"code": 0,
"message": "string",
"data": {
"withdrawNo": "string"
}
}