2026
This changelog contains the changes that took place in 2026 in chronological order.
24 Mar 2026 v1.50
| 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
13 Feb 2026 v1.48
| Deployment Date | Environment |
|---|---|
| 16 Mar 2026 | UAT |
| 16 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
02 Feb 2026 v1.46
| Deployment Date | Environment |
|---|---|
| 02 Feb 2026 | UAT |
| 02 Feb 2026 | Production |
Modified endpoints:
- PATCH /customers/{customer_id}/addresses - Update a customer address by customer_id
- Address cannot be updated when all the below conditions are met
- User verification journey for programme is enabled AND
- Property
countryis being updated AND - Property
typeis 'Home'
- Response body will contain the validation {"errors":{"Country":["'country' cannot be updated with the provided 'type'."]},"code":4000001}
- Address cannot be updated when all the below conditions are met