Release Notes - Version 26.6
13 days ago by Jean-Louis Zola
Release Date: June 2026
✨ New Features and Enhancements
**Merchant API - Point of sale services **
The following new endpoints have been introduced to support Point of Sale management for merchants:
- POST /v1/merchants/:merchantId/pointsofsale – Create a point of sale
- PUT /v1/merchants/:merchantId/pointsofsale/:posReference – Update a point of sale
- PUT /v1/merchants/:merchantId/pointsofsale/:posReference/status – Update a point of sale Status
- PUT /v1/merchants/:merchantId/pointsofsale/:posReference/notificationsSettings – Update the notifications settings of a point of sale
- PUT /v1/merchants/:merchantId/pointsofsale/:posReference/cardOnFileSettings – Update the card on file settings of a point of sale
- PUT /v1/merchants/:merchantId/pointsofsale/:posReference/paymentPageSettings – Update the payment page settings of a point of sale
see Merchant API
🛠️ Minor Improvements and Fixes
Performance Enhancements
Continuous optimizations have been implemented to improve API responsiveness and stability across all environments.
Bug Fixes
Fixed minor issues identified in the previous version to ensure a more stable and consistent experience.
Documentation Updates
Updated API documentation with new conceptual entities diagrams.
