Get a movement
Retrieves the details of a movement that belongs to one of your accounts, by its ID.
v2 · Base URL https://api.fintoc.com/v2Authorizations
Path Parameters
Unique identifier of the account.
Unique identifier of the movement to retrieve.
Response
The requested movement.
A movement is a single change to the balance of one of your accounts. Fintoc records a movement whenever money enters or leaves the account, for example a transfer, a return, or a fee. Use the direction field to tell whether money entered or left the account, and balance for the resulting balance.
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"