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!


4 Jun 2025 v1.40
Deployment DateEnvironment
16 Jun 2025UAT
25 Jun 2025Production

Modified endpoints:

  • GET /customers/{customer_id}/authentication-securities - Retrieve the authentication security details of a customer by customer id
    • The response body will change by returning an empty list along with status code 200 if authentication security details do not exist for the customer. This will replace error code 4040001 which is currently being returned.