{
"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 amount in the account, according to the bank. When looking at accounts with types within When looking at accounts with type |
|
| Accounting amount of the Account |
|
| When looking at accounts with types within When looking at accounts with type |
NoteFor 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 |