ACCOUNT
Platform account node. Used to reference an account held on the platform.
Fields
Example β as origin (payout flow)
{
"type": "ACCOUNT",
"currency": "CLP",
"account": {
"accountNumber": "acc_abc123"
}
}Example β as destination (top-up flow)
Schema
Schema representing an internal account used for handling financial operations within the system.
Unique identifier for the internal account.
Identifier linking the internal account to an organization or user.
External reference identifier for integrations.
The type of internal account.
Indicates the custody type managing the internal account.
Total balance available in the internal account.
^\d+(\.\d+)?$Amount of funds available for transactions.
^\d+(\.\d+)?$The currency in which the internal account operates. Please check "currencies" page.
A friendly name assigned to the internal account.
Internal reference number for the account.
Name of the entity or user owning the internal account.
The current status of the account (e.g., PENDING, ACTIVE, BLOCKED).
Identifier of the parent account if this is a sub-account.
The account object
Last updated

