Account Object

Accounts allow you to keep track of your available balance and execute outbound Transfers

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

Account Object

FieldTypeDescription
idstringUnique identifier for the Account.
objectstringThe type of the object, which is always account.
modestringMode of the API (test or live).
descriptionstringA description you can use to easily identify this Account.
available_balanceintegerThe balance available for outbound Transfers in an Account at a given time.
currencystringThe currency of the Account balance in ISO format.
is_rootbooleanIndicates whether this Account is the main Account. Root Accounts are created automatically and hold your initial Fintoc balance.
root_account_idstringThe number of the root Account Number related to this Account.
root_account_numberstringThe number of the root Account Number related to this Account.
entityobjectThe Entity the Account belongs to.

Entity Object (within Account Object)

FieldTypeDescription
idstringUnique identifier for the Entity.
holder_namestringThe name of the Account owner.
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.