added
v1.5.0
2 days ago
Happy summer from the ModernFi team! See below for our latest API updates.
This update removes legacy ledger transaction support and introduces enhancements that align with new account routing features and improved reconciliation workflows. These changes pave the way for more seamless integrations with external financial systems.
π New Endpoints
- None in this release.
ποΈ Removed Endpoints
GET /digital-banking/v1/accounts/{account_id}/ledger-transactions
β Previously used for retrieving raw ledger transaction data. This endpoint has been deprecated and removed.
π οΈ Updated Endpoints
GET /digital-banking/v1/accounts/{account_id}/documents/monthly-statements
β Modified request/response schemas to support richer metadata and future extensibility.GET /digital-banking/v1/accounts/{account_id}/transactions
β Response schema updated to include new institution metadata fields.PATCH/digital-banking/v1/accounts/{account_id}/transactions/{transaction_id}
β Now accepts institution_transaction_id in request payload for better traceability.
π§¬Schema Updates
TransactionResponse
: Addedinstitution_id
as a response field.- AccountResponse: Added
institution_return_account_id
,institution_sweep_account_id
for improved clarity on routing logic. - CreateAccountRequest: Added
institution_return_account_id
,institution_sweep_account_id
to support direct account-level linkage at creation. - UpdateTransactionRequest: Added
institution_transaction_id
to enable external system ID mapping and improve reconciliation.
π Improvements & Fixes
- Improved consistency across account and transaction-related schemas.
- Better alignment of account creation and transaction update flows with institution-level metadata.