Skip to main content
GET
Retrieve a treasury 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.

Response

The treasury account.

id
string
Example:

"tac_b0TrsSg91h"

name
string

Display name for the treasury account

Example:

"Collected Premium"

description
string | null

Optional description of the treasury account

Example:

"Treasury account for premium collections"

currency
string

ISO 4217 currency code

Example:

"USD"

account_holder_id
string | null

ID of the entity that holds/owns this treasury account

Example:

"pyee_abc123"

balance
integer

Amount in smallest currency unit

Example:

125000

created_at
string<date-time>
Example:

"2025-10-08T18:20:31Z"

updated_at
string<date-time>
Example:

"2025-10-08T18:25:00Z"

Last modified on July 8, 2026