improved
v1.0.3
about 1 month ago
December updates to the ModernFi API
Added
New Schema Fields:
created_at
field added toAccountResponse
schema for tracking account creation time.- Introduced
AccountType
schema withMMDA
andDDA
as enumerated values for standardizing account types.
Enhanced Response Codes:
POST /digital-banking/v1/accounts
: Updated to return201 Created
instead of200 OK
for successful account creation.POST /digital-banking/v1/depositors
: Updated to return201 Created
instead of200 OK
for successful depositor creation.DELETE /digital-banking/v1/accounts/{account_id}
: Updated to return204 No Content
instead of200 OK
for successful account closure.
Updated
Improved Error Messaging:
- Updated the
500 Internal Server Error
description across all endpoints to include a more detailed message.
Type Updates:
- Changed
interest_rate
,insurance_limit
, andbalance
in AccountResponse schema from number to string for enhanced precision and flexibility.
Fixed
Validation and Error Handling:
- Improved consistency of
422 Validation Error
response structure across multiple endpoints.