Our primary goal is to provide a stable API that you can rely on for your integrations. We currently operate on an unversioned API, and we are committed to making backward-compatible changes. Should we need to introduce backward-incompatible (breaking) changes, we will release a new, distinct API version (e.g.,Documentation Index
Fetch the complete documentation index at: https://docs.paysway.io/llms.txt
Use this file to discover all available pages before exploring further.
v2).
The previous version will be maintained and supported for a reasonable deprecation period to allow clients to migrate.
We will provide clear timelines and guidance for any such transitions.
Backward-compatible changes
We regularly release backward-compatible enhancements and features. Your integration should continue to work seamlessly when these changes are deployed, though you may want to update your code to take advantage of new capabilities. Non-breaking changes include:- Adding new API endpoints
- Adding new optional parameters or fields to existing API request bodies or query strings
- Adding new fields to API responses or webhook payloads
- Adding new webhook event types
- Adding new values to existing enums
- Changing the descriptive
messagefield in error responses