Skip to main content
POST
Deposit from 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

Settlement account ID

amount
integer
required

Amount in smallest currency unit

Example:

500000

reference
string

Optional idempotency or client reference for reconciliation

description
string

Response

Deposit created.

id
string
Example:

"fu_0A1b2C3d4E"

treasury_account_id
string

ID of the treasury account

Example:

"tac_b0TrsSg91h"

settlement_account_id
string
Example:

"sa_M9q4eR20Kx"

amount
integer
currency
string
Example:

"USD"

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