v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0462198511.0 KB
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

currency'EUR' | 'USD' | 'GBP' required
funding_accountstring required

ID of the funding account that receives the withdrawal. Must be registered on the parent account.

Response

Created

accountstring required

The ID of the parent account.

amountstring required

The amount to withdraw.

completed_atstring date-time nullable

The time the withdrawal was completed.

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

currency'EUR' | 'USD' | 'GBP' required
idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

status'created' | 'completed' required

Example response

{
  "amount": "100.00",
  "completed_at": "2026-07-14T09:34:12Z"
}