Contact Us
improved

v1.0.2

November updates to the ModernFi API

Added

Validation Responses: Added 422 Validation Error responses to several endpoints for improved error handling:

  • POST /digital-banking/v1/accounts
  • PATCH /digital-banking/v1/accounts/{account_id}
  • DELETE /digital-banking/v1/accounts/{account_id}
  • POST /digital-banking/v1/accounts/{account_id}/transactions
  • PATCH /digital-banking/v1/accounts/{account_id}/transactions/{transaction_id}

Schema Enhancements:

  • Introduced AccountType schema for standardized account type definitions (MMDA, DDA).
  • Updated AccountResponse to reference the AccountType schema.
  • Added nullable support for array fields (CreateDepositorRequest).

Updated

Schema Adjustments:

  • Updated AccountResponse fields:
    • Changed interest_rate, insurance_limit, and balance to string types for better precision.

Fixed

Schema Consistency:

  • Ensured consistent formatting and structure for HTTPValidationError and ValidationErrorDetail schemas across all endpoints.