Improved
v1.2.0
10 months ago
This update ensures enhanced support for institution-specific account IDs and provides additional metadata in transaction responses for improved client-side functionality. No breaking changes were introduced in this release, ensuring backward compatibility with clients using version 1.1.0.
Added
- New Optional Query Parameters:
- Added an id_type query parameter to the following endpoints:
GET /digital-banking/v1/accounts/{account_id}GET /digital-banking/v1/accounts/{account_id}/allocationGET /digital-banking/v1/accounts/{account_id}/transactions
id_typeallows clients to specify the type of account ID (e.g.,institution) or leave it asNone.
- Schema Additions:
- Introduced a new schema:
IdType, which defines acceptable values for theid_typeparameter.
- Enhancement in Transaction Response:
- Added a new field,
posted_at, to theTransactionResponseschema. This optional field records the timestamp when a transaction is posted.
- Enhanced Flexibility in Path Parameters:
- Updated path parameter
account_idin several endpoints to accept bothuuidandstringformats:GET /digital-banking/v1/accounts/{account_id}GET /digital-banking/v1/accounts/{account_id}/allocationGET /digital-banking/v1/accounts/{account_id}/transactions