{
"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"
}
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for the Account |
object | string | Identifier for the type of object. Its value for Account will always correspond to account |
name | string | Standardized name of the account |
official_name | string | Name of the account used by the institution |
number | string | Account number. Does not include hyphens nor prefixed zeros |
holder_id | string | Identifier of the owner of the account. In Chile, it corresponds to a RUT. In Mexico, it corresponds to a RFC |
holder_name | string | Name of the owner of the account |
type | string | Type of account. Learn more by looking at the available account types table below |
currency | string | Currency ISO code |
balance | object | Account balance |
refreshed_at | string | Account 's last update date, using ISO 8601. If the account has never been updated, it will be null |
Balance Object
Attribute | Type | Description |
---|---|---|
available | integer | Available 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 |
current | integer | Accounting amount of the Account |
limit | integer | When 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 |
Note
For Santander accounts with type
checking_account
, the used amount from the line of credit will be deducted from the available amount
Account types
Type | Description |
---|---|
checking_account | Checking account |
savings_account | Savings account |
sight_account | Sight account |
line_of_credit | Line of credit |
credit_card | Credit card |