Skip to main content
POST
Withdraw to a settlement account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

treasury_account_id
string
required

ID of the treasury account.

Body

application/json
settlement_account_id
string
required

Destination settlement account ID

amount
integer
required

Amount in smallest currency unit

reference
string
description
string

Response

Withdrawal created.

id
string
Example:

"wd_P8LmNo23Qr"

treasury_account_id
string

ID of the treasury account

Example:

"tac_b0TrsSg91h"

settlement_account_id
string
Example:

"sa_M9q4eR20Kx"

amount
integer
currency
string
status
enum<string>
Available options:
Pending,
Completed,
Voided
created_at
string<date-time>
Last modified on July 8, 2026