API Versioning

Our API evolves over time. Learn how we manage versions to ensure your integration remains stable.

Versioning Strategy

To ensure that changes to our API don't break your existing integration, we use URL-based versioning. The version is included in the API path, allowing you to lock your integration to a specific version.

The current stable version is v1. All API paths in this documentation reflect this version.

Example API Path with Version

cURL
https://api.cashpay-all.com/api/v1/b2b/account/balance

Upgrading API Versions

When we introduce breaking changes, we will release a new API version (e.g., v2). We will provide detailed upgrade guides and maintain support for older versions for a specified period of time to give you ample opportunity to update your integration.