The Movement object
AMovement represents a single transaction in a bank account, such as a transfer, a check, or another debit or credit. It is retrieved from an institution for an account under a Link and is returned when you list or fetch movements.
Movement Object
Post date and transaction dateEach movement includes
post_date and transaction_date because banks use accounting dates internally. A transaction made on a Saturday can appear with Monday as its post_date. In that case, Saturday is the transaction_date, and Monday is the post_date.Pending checksChecks take some time to be confirmed by the bank. This can take as long as 48 business hours. Pending checks can be reversed for several reasons (for example, lack of funds). Fintoc marks pending checks with the
pending flag so you know that the movement isn’t yet confirmed by the bank.Movement Status
The status field indicates the current state of a movement. Movements are initially confirmed, but may transition to other statuses as bank data is processed and validated.The Transfer Account object (within the Movement object)
The Transfer Account object identifies the account on the other side of a transfer, and it appears in thesender_account and recipient_account fields of a Movement.