Get a movement
Retrieves a movement of an account, using the link’s link_token to authenticate the request.
v1 · Base URL https://api.fintoc.com/v1Autorizaciones
Parámetros de ruta
The id of the account that holds the movement to retrieve.
The id of the movement 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 movement.
Unique identifier of the movement.
"mov_BO381oEATXonG6bj"
Type of the object. Always movement.
Amount of the movement, in the smallest unit of the currency (CLP has no decimals, so the amount is in pesos). Negative for outflows.
-1717
Comment the sender attached to the movement, as registered at the institution.
"Pago arriendo"
Three-letter ISO 4217 currency code of the movement.
^[A-Z]{3}$"CLP"
Description of the movement, as registered at the institution.
"Cargo Seguro Proteccion Bancaria"
Number of the document associated to the movement (for example, the check number). null if the movement has no associated document.
"4527230"
Whether the movement is pending consolidation by the institution.
false
ISO 8601 timestamp of when the institution consolidated the movement.
"2020-04-06T00:00:00.000Z"
Account that received the transfer. Only present for transfers; null for every other movement type.
Identifier of the movement at the institution: the transfer_id if present, otherwise the document_number.
"123740123"
Account that sent the transfer. Only present for transfers; null for every other movement type.
Status of the movement. processing means Fintoc is verifying whether the institution duplicated or reversed the movement.
confirmed, reversed, processing, manually_reversed "confirmed"
ISO 8601 timestamp of when the movement happened, with time precision. null when the institution only reports the post_date.
"2020-04-04T02:19:23.000Z"
Identifier of the transfer at the institution. null if the movement is not a transfer.
"123740123"
Type of the movement.
check, transfer, other "transfer"