payments
Retrieve a withdrawal
Retrieve a withdrawal by ID.
get/accounts/{account_id}/withdrawals/{withdrawal_id}
Path parameters
account_idstring required
withdrawal_idstring required
Response
OK
Example response
{
"amount": "100.00",
"completed_at": "2026-07-14T09:34:12Z"
}