Authorization: Bearer ********************{
"participantCode": "B0100070",
"currency": "USDT",
"withdrawalAmount": 100,
"to": "0x506C0BB6E0Aeb379e90eED2602f424CE9d05a5a3",
"walletInfo": {
"label": "rekjh",
"network": "ETH",
"walletType": 1,
"walletAddress": "0x506C0BB6E0Aeb379e90eED2602f424CE9d05a5a3"
},
"network": "ETH",
"paymentDetail": "414",
"clientReference": "73777"
}curl --location --request POST '/payment/withdrawal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100070",
"currency": "USDT",
"withdrawalAmount": 100,
"to": "0x506C0BB6E0Aeb379e90eED2602f424CE9d05a5a3",
"walletInfo": {
"label": "rekjh",
"network": "ETH",
"walletType": 1,
"walletAddress": "0x506C0BB6E0Aeb379e90eED2602f424CE9d05a5a3"
},
"network": "ETH",
"paymentDetail": "414",
"clientReference": "73777"
}'{
"participantCode": "B0100013",
"txCode": "WD2024092517040002",
"currency": "USD",
"withdrawalAmount": 10000.00,
"chargeAmount": 50.00,
"amountReceived": 9950.00,
"to": "119028776",
"network": null,
"paymentDetail": "",
"clientReference": "123",
"status": 3,
"createAt": "2024-09-25T09:04:49.000+00:00",
"updateAt": "2024-09-25T09:06:29.000+00:00"
}