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!


13 Feb 2026 TBD
Deployment DateEnvironment
09 Mar 2026UAT
09 Mar 2026Production

Modified endpoints:

  • POST /customers - Create a new customer
    • Property nationality will be set to mandatory in the request model.
    • Property identifications will be set to mandatory in the request model when the customer's kyc_level is set to KYC or KYB.
    • Property addresses will be set to mandatory and must include type Home in the request model when the customer's kyc_level is set to KYC.
    • Property birth_country will be set to mandatory in the request model when the customer's kyc_level is set to KYC.
    • Property risk_profile will be set to mandatory in the request model when the customer's kyc_level is set to KYC.
  • GET /customers/{customer_id} - Retrieves the details of a customer by customer_id
    • Property nationality will be set to mandatory in the response model.
13 Feb 2026 v1.47
Deployment DateEnvironment
13 Feb 2026UAT
13 Feb 2026Production

Modified endpoints:

  • POST /customers - Create a new customer
    • Property addresses updated to optional in the request model when the customer's kyc_level is set to Anonymous or SDD or KYB.
  • GET /customers/{customer_id} - Retrieves the details of a customer by customer_id
    • Property addresses updated to optional in the response model.