Changelog
This changelog contains the newly added endpoints and also the updates that are made to the already available endpoints, in chronological order. This documentation will provide a high overview of what have been added and/or updated. Visit our API documentation for a more descriptive information on the deployed / to be deployed changes.
Each colour represents different deployment phases:
- Upcoming deployment in all environments
- Current deployment in UAT environment and will be deployed in production environment in the stipulated date.
- Current deployment in production environment (if no further change logs are specified, this is also the current deployment in UAT environment)
- Past deployment in all environments
The version number of the developer's documentation, will be updated when a deployment is in UAT or already in production!
16 Dev 2025 v1.45
| Deployment Date | Environment |
|---|---|
| 18 Dec 2025 | UAT |
| 18 Dec 2025 | Production |
Modified endpoints:
- GET /accounts/{account_id}/transactions/{transaction_id} - Retrieve transaction details by account id and transaction id
- GET /corporate/accounts/{account_id}/transactions/{transaction_id} - Retrieve transaction details by corporate account id and transaction id
- Property
payment_information.creditorwill be set to optional. - Property
payment_information.creditor.account_identifierwill be set to optional. - Property
payment_information.creditor.account_identifierwill have it's regular expression updated to:
^[a-zA-Z0-9 ',.-]{1,34}$- Property
payment_information.debtorwill be set to optional. - Property
payment_information.debtor.account_identifierwill be set to optional. - Property
payment_information.debtor.account_identifierwill have it's regular expression updated to:
^[a-zA-Z0-9 ',.-]{1,34}$- Property
payment_information.amountwill be set to required. - Property
payment_information.is_instantwill be set to optional.
- Property