Quickstart: Withdraw to Bank
1. Get an API key
2.Redeem Your USD
{
"header": {
"success": true
},
"result": {
"id": 250103125,
"status": "COMPLETED",
"sellCurrency": "USD",
"buyCurrency": "WUSD",
"sellAmount": "1000.00",
"buyAmount": "900.00",
"rate": "0.9000",
"quoteId": "8598890293453060261",
"createdTime": "2025-01-03 17:48:35",
"completedTime": "2025-01-03 17:48:36"
}
}
3. Add Remit Bank Info
{
"header": {
"success": true
},
"result": {
"id": 1216
}
}
4. Create Fait withdraw request
{
"header": {
"success": true
},
"result": {
"id": 250103163226537,
"currency": "USD",
"amount": "1000.00",
"type": "WITHDRAW",
"status": "TO_BE_PROCESSED",
"transactionFee": "0.00",
"remitInfoId": 1216,
"referenceNo": "623058099345455",
"purpose": "purpose of Transfer",
"createdTime": "2025-01-03 16:32:26"
}
}
5. Get Fiat Transaction Receipt
Content-Type: application/pdf
Content-Disposition: attachment; filename="Fiat-Withdraw-241105144643074
20241211001505.pdf"
content-length: 349724
Modified atĀ 2025-05-27 14:24:53