Account Object

{
  "id": "acc_23JlasHas241",
  "object": "account",
  "available_balance": 23459183,
  "currency": "MXN",
  "description": "My root account",
  "entity": {
    "id": "ent_4324qwkalsds",
    "holder_id": "ND",
    "holder_name": "ACME Inc."
  },
  "is_root": true,
  "mode": "test",
  "root_account_number": "738969123456789120",
  "root_account_number_id": "acno_Kasf91034gj1AD",
  "status": "active"
}

Account Object

FieldTypeDescription
idstringUnique identifier for the Account.
objectstringThe type of the object, which is always account.
available_balanceintegerThe balance available for outbound Transfers in an Account at a given time.
currencystringThe currency of the Account balance in ISO format.
descriptionstringA description you can use to easily identify this Account. 40 chars max.
entityobjectThe Entity the Account belongs to.
is_rootbooleanIndicates whether this Account is the main Account. Root Accounts are created automatically and hold your initial Fintoc balance.
modestringMode of the API (test or live).
root_account_numberstringThe number of the root Account Number related to this Account.
root_account_idstringThe number of the root Account Number related to this Account.
statusstrungStatus of the account. It can be active, blocked or closed. blocked accounts will not be able to send Transfers. This status can be reversed to active. closed accounts cannot receive or send Transfers. This status is irreversible.

Entity Object (within Account Object)

FieldTypeDescription
idstringUnique identifier for the Entity.
holder_idstringIdentifier of the owner of the Account. In Chile, it corresponds to a RUT and in Mexico it's either an RFC or CURP.
holder_namestringThe name of the Account owner.