ACCOUNT

The ACCOUNT node references an internal account on the conomy_hq platform. It's used as an origin or destination when the funds move from or to a platform-managed account (identified by account number or identity).

Direction: Pay-in / Pay-out

Fields

Field
Type
Description

type

string

Must be "ACCOUNT"

currency

string

Currency of the account

account.accountNumber

string

Platform account number

account.identityId

string

Identity ID linked to the account

Example — as origin (payout flow)

{
  "type": "ACCOUNT",
  "currency": "CLP",
  "account": {
    "accountNumber": "acc_abc123"
  }
}

Example — as destination (top-up flow)

The accountNumber corresponds to the account created via the Accounts API.

OpenAPI reference

Last updated