{
"id": "link_nMNejK7BT8oGbvO4",
"object": "link",
"username": "183917137",
"holder_id": "134910798",
"link_token": "link_nMNejK7BT8oGbvO4_token_GLtktZX5SKphRtJFe_yJTDWT",
"mode": "test",
"active": true,
"status": "active",
"holder_type": "individual",
"created_at": "2020-04-22T21:10:19.254Z",
"institution": {
"country": "cl",
"id": "cl_banco_de_chile",
"name": "Banco de Chile"
},
"accounts": [
{
"id": "acc_Z6AwnGn4idL7DPj4",
"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": 7010510,
"current": 7010510,
"limit": 7510510
}
},
{
"id": "acc_BO381oEATXonG6bj",
"object": "account",
"name": "Línea de Crédito",
"official_name": "Linea De Credito Personas",
"number": "19534121467",
"holder_id": "134910798",
"holder_name": "Jon Snow",
"type": "line_of_credit",
"currency": "CLP",
"balance": {
"available": 500000,
"current": 500000,
"limit": 500000
}
}
]
}
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier for the Link |
object | string | Identifier for the type of object. Its value for Links will always correspond to link |
username | string | Name of the user for the bank's platform. In Chile, it always corresponds to a RUT. |
holder_id | string | Identifier of the owner of the accounts held under the Link. In Chile, it corresponds to a RUT. In Mexico, it corresponds to a RFC |
link_token | string | Token to be used to make requests for resources nested under a Link (for example, bank movements). This attribute will only be returned when creating a Link . After that, this field will always be null . |
holder_type | string | Indicates whether the account owner is an individual or a business |
created_at | string | Link 's creation date, using ISO 8601 |
institution | object | Financial institution associated to the Link |
mode | string | Indicates whether the Link is in live mode or in test mode (for the sandbox) |
active | boolean | Indicates if the bank accounts of the Link are being updated or not |
status | string | Indicates if the Link needs to be reconnected (login_required ) or if it is being updated with no problems (active ). If the Link has been desactivated, this value will correspond to inactive |
accounts | array | Accounts associated to the Link . See the Account Object to see more details.This field will be null when [listing the Links](ref:links-list] |