Improved
v1.0.3
11 months ago
December updates to the ModernFi API
Added
New Schema Fields:
created_atfield added toAccountResponseschema for tracking account creation time.- Introduced
AccountTypeschema withMMDAandDDAas enumerated values for standardizing account types.
Enhanced Response Codes:
POST /digital-banking/v1/accounts: Updated to return201 Createdinstead of200 OKfor successful account creation.POST /digital-banking/v1/depositors: Updated to return201 Createdinstead of200 OKfor successful depositor creation.DELETE /digital-banking/v1/accounts/{account_id}: Updated to return204 No Contentinstead of200 OKfor successful account closure.
Updated
Improved Error Messaging:
- Updated the
500 Internal Server Errordescription across all endpoints to include a more detailed message.
Type Updates:
- Changed
interest_rate,insurance_limit, andbalancein AccountResponse schema from number to string for enhanced precision and flexibility.
Fixed
Validation and Error Handling:
- Improved consistency of
422 Validation Errorresponse structure across multiple endpoints.