Skip to main content

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 DateEnvironment
14 Apr 2026UAT
14 Apr 2026Production

Modified endpoints:

  • PUT /customers/{customer_id}/addresses - Update an address of a customer by customer_id
    • Properties type, line_1, city, country and postal_code will be set to mandatory in the request model.
24 Mar 2026 v1.49
Deployment DateEnvironment
24 Mar 2026UAT
24 Mar 2026Production

Modified endpoints:

  • POST /corporates - Creates a new corporate
    • Adding a new optional property parent_corporate_id in model CorporateExchange.
  • PATCH /corporates/{corporate_id} - Update a corporate by corporate_id
    • Adding a new optional property parent_corporate_id in model UpdateCorporateRequest.
  • GET /corporates/{corporate_id} - Retrieve corporate details by corporate_id
    • Adding a new property parent_corporate_id to the response in model CorporateExchange.