{ "requestNo": "string", "openID": "string", "scene": 0, "withdrawCurrency": "string", "trailAmount": 0, "payeeBankCountry": "string" }
curl --location --request POST 'https://open-test.inflyway.com/openCollection/collection/external/withdraw/trailAmount' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "requestNo": "string", "openID": "string", "scene": 0, "withdrawCurrency": "string", "trailAmount": 0, "payeeBankCountry": "string" }'
{ "code": 0, "message": "string", "data": { "trailId": "string", "withdrawFee": 0, "businessRate": 0, "perTransactionFee": 0, "maxTransactionFee": 0, "minTransactionFee": 0, "arriveAmt": 0, "accountDeductAmt": 0, "estPaymentTime": 0 } }