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!
26 Sep 2025 v1.41
Deployment Date | Environment |
---|---|
29 Sep 2025 | UAT |
29 Sep 2025 | Production |
Modified endpoints:
- POST /customers - Create new customer
- Adding a new optional property
origin_of_funds
in model InquiryRiskProfileResponse
- Adding a new optional property
- PATCH /customers/{customer_id} - Update customer details by customer_id
- Adding a new optional property
origin_of_funds
in model CreateRiskProfileRequest
- Adding a new optional property
- GET /customers/{customer_id} - Retrieve customer details by customer_id
- Adding a new optional property
origin_of_funds
in model UpdateRiskProfileRequest
- Adding a new optional property
- GET /accounts/{account_id}/transactions - Retrieve all transactions by account id
- GET /cards/{card_id}/transactions - Retrieve all transactions by card id
- GET /accounts/{account_id}/transactions/{transaction_id} - Retrieve transaction details by account id and transaction id
- GET /corporate/accounts/{corporate_account_id}/transactions - Retrieve all transactions by corporate account id
- GET /corporate/accounts/{account_id}/transactions/{transaction_id} - Retrieve transaction details by corporate account id and transaction id
- Property
transaction_code
will return 3 additional values:NegativeBalance
,TemporaryChargeback
andChargeback
- Property