Withdrawals (deprecated)
POST /withdrawals
POST /withdrawals/:id/submit
GET /withdrawals/:id
GET /withdrawalsThe withdrawal object
withdrawal object{
"id": "2642dedd-4fa0-40bf-8b15-7c0513bcdb38",
"identityId": "e65dde2c-4379-42c7-a665-3f476cebb691",
"transactionReference": "0xf6cce2d20d2714fa7be8e1bb8b8cf0abbb12ca3d34d000073742a4da954c1be5",
"blockchainAddress": "0x8ba13aB181E9F30e543C6376Cd408192E95bCD1C",
"amount": null,
"currency": "USD",
"transactionHash": null,
"transferInformation": {
"transferType": "wire",
"bankAccountName": "Jonh do bank",
"bankAccountNumber": "1321312312321312",
"routingNumber": "123456789"
},
"status": "prepared",
"createdAt": "2020-02-19T11:43:04.553Z",
"updatedAt": "2020-02-19T11:43:04.553Z"
}POST /withdrawals
Request Body
Name
Type
Description
Example Call
POST /withdrawals/:id/submit
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Example Call
GET /withdrawals/:id
Path Parameters
Name
Type
Description
Example Call
GET /withdrawals
Example call
Last updated