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!
24 Mar 2026 tba
| Deployment Date | Environment |
|---|---|
| 14 Apr 2026 | UAT |
| 14 Apr 2026 | Production |
Modified endpoints:
- PUT /customers/{customer_id}/addresses - Update an address of a customer by customer_id
- Properties
type,line_1,city,countryandpostal_codewill be set to mandatory in the request model.
- Properties
24 Mar 2026 v1.49
| Deployment Date | Environment |
|---|---|
| 24 Mar 2026 | UAT |
| 24 Mar 2026 | Production |
Modified endpoints:
- POST /corporates - Creates a new corporate
- Adding a new optional property
parent_corporate_idin model CorporateExchange.
- Adding a new optional property
- PATCH /corporates/{corporate_id} - Update a corporate by corporate_id
- Adding a new optional property
parent_corporate_idin model UpdateCorporateRequest.
- Adding a new optional property
- GET /corporates/{corporate_id} - Retrieve corporate details by corporate_id
- Adding a new property
parent_corporate_idto the response in model CorporateExchange.
- Adding a new property