payments
Create a withdrawal
Initiates a withdrawal of cash out of the account.
post/accounts/{account_id}/withdrawals
Path parameters
account_idstring required
Request body
Response
Created
Example response
{
"amount": "100.00",
"completed_at": "2026-07-14T09:34:12Z"
}