Get an account
Retrieves an account of a link, using the link’s link_token to authenticate the request. The next_refresh, refresh_status, and removed_from_link fields appear only when the link has the movements product.
v1 · Base URL https://api.fintoc.com/v1Autorizaciones
Parámetros de ruta
The id of the account to retrieve.
Parámetros de consulta
The link_token of the link that holds the account, obtained when you exchanged the link.
"link_Q0xVGPvijElLRMwE_token_FhsFVurz5q5FycHA5xxhTpzX"
Respuesta
The account.
Unique identifier of the account.
"acc_nMNejK7BT8oGbvO4"
Type of the object. Always account.
Balance of the account, as reported by the institution. All amounts are in the smallest unit of the account's currency (CLP has no decimals, so amounts are in pesos).
Three-letter ISO 4217 currency code of the account.
^[A-Z]{3}$"CLP"
Tax identifier of the account holder, without dots or hyphens (RUT in Chile, RFC in Mexico).
"111111111"
Name of the account holder, as registered at the institution.
"Jon Snow"
Name of the account.
"Cuenta Corriente"
Number of the account, as registered at the institution.
"9530516286"
Commercial name of the account type, as defined by the institution.
"Cuenta Corriente Moneda Local"
ISO 8601 timestamp of the account's last refresh. null if Fintoc has never refreshed the account.
"2020-11-18T18:43:54.591Z"
Type of the account. Fintoc exposes RUT accounts as sight_account.
checking_account, savings_account, sight_account, line_of_credit, credit_card "checking_account"
ISO 8601 timestamp of the next scheduled refresh of the account. Only present when the link has the movements product.
"2023-04-06T13:30:00.000Z"
Refresh status of the account. starting means the account was just connected and has not been refreshed yet, refreshing means a refresh is in progress, and interrupted means the account is not currently being refreshed. Only present when the link has the movements product.
refreshing, interrupted, starting "refreshing"
Whether the account no longer belongs to the link (for example, because the institution stopped returning the account). Only present when the link has the movements product.
false