{
    "id": "acc_nMNejK7BT8oGbvO4",
    "object": "account",
    "name": "Cuenta Corriente",
    "official_name": "Cuenta Corriente Moneda Local",
    "number": "9530516286",
    "holder_id": "134910798",
    "holder_name": "Jon Snow",
    "type": "checking_account",
    "currency": "CLP",
    "balance": {
        "available": 500000,
        "current": 500000,
        "limit": 500000
    },
    "refreshed_at": "2020-11-18T18:43:54.591Z"
}
AttributeTypeDescription
idstringUnique identifier for the Account
objectstringIdentifier for the type of object. Its value for Account will always correspond to account
namestringStandardized name of the account
official_namestringName of the account used by the institution
numberstringAccount number. Does not include hyphens nor prefixed zeros
holder_idstringIdentifier of the owner of the account. In Chile, it corresponds to a RUT. In Mexico, it corresponds to a RFC
holder_namestringName of the owner of the account
typestringType of account. Learn more by looking at the available account types table below
currencystringCurrency ISO code
balanceobjectAccount balance
refreshed_atstringAccount's last update date, using ISO 8601. If the account has never been updated, it will be null

Balance Object

AttributeTypeDescription
availableintegerAvailable amount in the account, according to the bank.

When looking at accounts with types within checking_account, savings_account, sight_account and rut_account, the available attribute does not include the amount of money that the line of credit provides (if it exists).

When looking at accounts with type line_of_credit, generally the available attribute value is equal to the limit of the line of credit, minus the accounting amount
currentintegerAccounting amount of the Account
limitintegerWhen looking at accounts with types within checking_account, savings_account, sight_account and rut_account, the limit attribute is equal to the available amount plus the amount available on the associated line of credit (if it exists).

When looking at accounts with type line_of_credit, the limit attribute corresponds to the approved amount for that line of credit

Account types

TypeDescription
checking_accountChecking account
savings_accountSavings account
sight_accountSight account
line_of_creditLine of credit
credit_cardCredit card