v6

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
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

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"
}