Verified BursaPay workflow: Use the API changelog to understand version changes before upgrading an integration.
1. Overview & Purpose
The developer gateway exposes a public API changelog and versioned documentation so integrations can track API behavior over time.
2. Requirements & Setup
Keep the current API version documented in the integration repository and test upgrades in Test Mode first.
3. Step-by-Step Workflow
- Read the changelog for the target version.
- Identify changed endpoints or payload fields.
- Run regression tests against Test Mode.
- Deploy the upgrade only after compatibility is confirmed.
4. Rules & Troubleshooting
Do not mix request/response assumptions from different API versions in the same integration.
5. Verification & Next Steps
Record the upgrade date and rollback procedure for production changes.