List movements
Lists the movements of one of your accounts for the mode (live or test) of the API key used. Filter by direction and resource_id, or by date range with since and until. The list is paginated. Use the starting_after, ending_before, and limit query parameters to move through the list. The Link response header carries the URLs to navigate the paginated list.
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Parámetros de ruta
Unique identifier of the account.
Parámetros de consulta
Direction of the movements to return. One of inbound (money entered the account) or outbound (money left the account).
inbound, outbound Lower bound for the transaction date. Returns movements with a transaction_date on or after this ISO 8601 datetime in UTC.
"2026-01-01T00:00:00Z"
Upper bound for the transaction date. Returns movements with a transaction_date on or before this ISO 8601 datetime in UTC.
"2026-03-31T23:59:59Z"
Identifier of the resource that originated the movement. Returns movements whose resource_id matches, such as a specific transfer.
"tr_2sP9cR4yJwM6nXqZaNe8UgHdSt0"
Cursor that fetches the next page of movements. Use the ID of the last movement from the current page.
"mov_2rNxBkOrlHoOYsZTyQYhA0o8Ek0"
Cursor that fetches the previous page of movements. Use the ID of the first movement from the current page.
"mov_2rNxBkOrlHoOYsZTyQYhA0o8Ek0"
Maximum number of movements to return per page. Ranges from 1 to 300. Defaults to 30.
50
Respuesta
List of movements for the account.
Unique identifier of the movement.
"mov_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Type of the object. Always movement.
Identifier of the account the movement belongs to.
"acc_2rN1bQ8xHvK3mWpYzLd7TfGcRsE"
Amount of the movement, in the smallest unit of the currency. Use the direction field to tell whether money entered or left the account.
50000
Account balance right after the movement, in the smallest unit of the currency.
1050000
Currency of the movement. One of CLP, MXN.
CLP, MXN "MXN"
Whether money entered (inbound) or left (outbound) the account.
inbound, outbound "inbound"
Whether the movement is live or test data.
live, test "test"
Identifier of the resource that originated the movement, for example, a transfer. null when no resource originated the movement.
"tr_2sP9cR4yJwM6nXqZaNe8UgHdSt0"
Identifier of the other movement in a reversal pair, set on both the reversed movement and the movement that reverses it (for example, a transfer_return). null when the movement is not part of a reversal pair.
null
Date and time Fintoc recorded the movement in the account, as an ISO 8601 datetime in UTC.
"2026-03-01T12:00:00.000Z"
Kind of movement. One of transfer, transfer_return (the reversal of a previous transfer), fee, check, compensation, or other.
transfer, transfer_return, fee, check, compensation, other "transfer"