Authorization: Bearer ********************{
"participantCode": "B0100036",
"currency": "USD",
"transactionChargeType": "1",
"amountReceived": "1",
"to": "657234523467457",
"thirdPartyBankInfo": {
"label": "we4543543543",
"typeOfThirdParty": 2,
"thirdPartyName": "ggasg&32423",
"relationshipWithThirdParty": "01234567890123891",
"thirdPartyAddressCountry": "US",
"countryCorporate": "CN",
"thirdPartyAddressLine1": "thirdPartyAddressLine1",
"thirdPartyAddressLine2": null,
"thirdPartyAddressLine3": null,
"bankAccountNumber": "657234523467457",
"swiftCode": "USCEUS3M",
"bankName": "121212121212",
"bankAddress": "",
"bankCity": "",
"bankState": "",
"postCode": "",
"bankCountry": "",
"routingNumber": "01234567890123891",
"intermediaryBank": [
{
"currency": "USD",
"swiftCode": "USCEUS3M",
"bankName": "12121212",
"bankAddress": "",
"bankCountry": ""
}
]
},
"paymentDetail": "wef",
"relationshipWithPayee": "wef",
"purposeOfTransaction": "wef",
"proofFile": "1",
"idorPassportFile": "1",
"clientReference": ""
}curl --location --request POST '/payment/thirdPartyWithdrawal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100036",
"currency": "USD",
"transactionChargeType": "1",
"amountReceived": "1",
"to": "657234523467457",
"thirdPartyBankInfo": {
"label": "we4543543543",
"typeOfThirdParty": 2,
"thirdPartyName": "ggasg&32423",
"relationshipWithThirdParty": "01234567890123891",
"thirdPartyAddressCountry": "US",
"countryCorporate": "CN",
"thirdPartyAddressLine1": "thirdPartyAddressLine1",
"thirdPartyAddressLine2": null,
"thirdPartyAddressLine3": null,
"bankAccountNumber": "657234523467457",
"swiftCode": "USCEUS3M",
"bankName": "121212121212",
"bankAddress": "",
"bankCity": "",
"bankState": "",
"postCode": "",
"bankCountry": "",
"routingNumber": "01234567890123891",
"intermediaryBank": [
{
"currency": "USD",
"swiftCode": "USCEUS3M",
"bankName": "12121212",
"bankAddress": "",
"bankCountry": ""
}
]
},
"paymentDetail": "wef",
"relationshipWithPayee": "wef",
"purposeOfTransaction": "wef",
"proofFile": "1",
"idorPassportFile": "1",
"clientReference": ""
}'{
"participantCode": "B0100013",
"txCode": "WD2024092517040002",
"currency": "USD",
"withdrawalAmount": 10000.00,
"chargeAmount": 50.00,
"amountReceived": 9950.00,
"to": "119028776",
"network": "",
"paymentDetail": "",
"clientReference": "123",
"status": 3,
"createAt": "2024-09-25T09:04:49.000+00:00",
"updateAt": "2024-09-25T09:06:29.000+00:00"
}