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!
| Deployment Date | Environment |
|---|---|
| 17 Aug 2026 | UAT |
| 31 Aug 2026 | Production |
Modified webhook:
- POST Payment Status
- Property
transaction_typewill have valueCancelationrenamed toCancellation
- Property
| Deployment Date | Environment |
|---|---|
| 4 Aug 2026 | UAT |
| 4 Aug 2026 | Production |
Modified endpoints:
- POST accounts/{account_id}/outgoing-credit-transfer - Send an outgoing payment from a customer account
- POST corporates/accounts/{corporate_account_id}/outgoing-credit-transfer - Send an outgoing payment from a customer account
-
The European Payments Council (EPC) is retiring the current unstructured/semi-structured address format in favour of a structured address format aligned with ISO 20022, effective November 15, 2026. We are updating
creditor.addressto match.What's changing
Current field Status New field(s) line_1replaced building_name,street_nameline_2replaced department,sub_departmentline_3replaced floor,room,post_boxcityretained citystatereplaced country_sub_divisioncountyreplaced district_namepostal_coderetained postal_codecountryretained country(new) added town_location_nameRequired vs optional
- New fields marked required:
city,postal_code,country - All others remain optional.
Example
Before:
{ "line_1": "11, High Street", "city": "Mellieha", "postal_code": "MLH0001", "country": "MLT" }After:
{ "street_name": "High Street", "building_number": "11", "city": "Mellieha", "postal_code": "MLH0001", "country": "MLT" } - New fields marked required:
-