Contact Us
improved

v1.1.0

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 with MMDA and DDA 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 and pending_balance.