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 Date | Environment |
|---|---|
| 09 Mar 2026 | UAT |
| 09 Mar 2026 | Production |
Modified endpoints:
- POST /customers - Create a new customer
- Property
nationalitywill be set to mandatory in the request model. - Property
identificationswill be set to mandatory in the request model when the customer's kyc_level is set to KYC or KYB. - Property
addresseswill 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_countrywill be set to mandatory in the request model when the customer's kyc_level is set to KYC. - Property
risk_profilewill be set to mandatory in the request model when the customer's kyc_level is set to KYC.
- Property
- GET /customers/{customer_id} - Retrieves the details of a customer by customer_id
- Property
nationalitywill be set to mandatory in the response model.
- Property
13 Feb 2026 v1.47
| Deployment Date | Environment |
|---|---|
| 13 Feb 2026 | UAT |
| 13 Feb 2026 | Production |
Modified endpoints:
- POST /customers - Create a new customer
- Property
addressesupdated to optional in the request model when the customer's kyc_level is set to Anonymous or SDD or KYB.
- Property
- GET /customers/{customer_id} - Retrieves the details of a customer by customer_id
- Property
addressesupdated to optional in the response model.
- Property