improved
v1.1.0
7 days ago
Happy New Year from the ModernFi Engineering team. We're kicking off the year with a minor version upgrade to our API:
Added
New Endpoints:
- Added
/digital-banking/v1/accounts/lookup/
- GET: Enables account lookup by either account_id or institution_account_id via query parameters.
- Introduced
AccountType
schema withMMDA
andDDA
as enumerated values for standardizing account types.
Schema Updates:
AccountResponse
:- Added fields:
total_balance
(type: string, title: "Total Balance").pending_balance
(type: string, title: "Pending Balance").
- Updated required properties to include
total_balance
andpending_balance
.
- Added fields: