Transactions
Transaction Records and Sweeps
Transaction records represent internal money movements at the source institution between the program omnibus account and a linked depositor account (savings, checking, etc.). By sharing these records with ModernFi, ModernFi is able to determine the balance of funds available to sweep into the deposit network at the depositor account level. Deposits (credits) flow into the network; withdrawals (debits) reverse the flow. ModernFi’s custodian handles allocation to receiving institutions.
Before creating transactions, a depositor and an associated account must exist. All API operations execute in real time, transactions are recorded and reflected immediately, with no batch processing window.
Transaction Lifecycle
Credits vs. Debits
The sign of the transaction amount determines its type. ModernFi provides more flexibility on credits than debits due to allocation constraints on the debit side.
Transaction Timestamps
Two timestamp fields give you control and visibility over transaction timing:
Transacted_at: the effective date of the transaction. Backdating and future-dating are both supported, allowing you to reflect when a transaction economically occurred regardless of when it was submitted to the API.posted_at: set automatically when a PATCH request is made to post a credit. Reflects when the update request was received, not the downstream settlement time
Note:
- An optional
institution_transaction_idfield can be passed on transaction creation for internal reconciliation tracking. - The
descriptionfield is optional by default but can be configured as required at the institution level. - When filtering transactions by date range,
start_dateis inclusive andend_dateis exclusive. Results are based on thetransacted_attimestamp in ET. - Credits should not be posted until funds have settled in the program account, timing is critical for accurate interest accruals.
- Transactions that would result in an account overdraft will be rejected.
- Once any transaction reaches POSTED status, it is final and cannot be cancelled or reversed.
- A debit cannot be cancelled once its funds are locked in allocation. Confirm withdrawal intent before creating debit transactions.