Verified BursaPay workflow: Use the public API documentation and OpenAPI contract to build accurate integrations.
1. Overview & Purpose
BursaPay publishes API documentation for v1 endpoints and exposes an interactive documentation surface with schemas and request examples.
2. Requirements & Setup
Developers should build against the documented version and verify endpoint schemas before coding.
3. Step-by-Step Workflow
- Read the endpoint documentation.
- Confirm HTTP method, path, authentication and required fields.
- Test the example request in Test Mode.
- Generate or validate client code against the OpenAPI contract where appropriate.
4. Rules & Troubleshooting
Documentation examples are versioned product contracts; do not infer unsupported fields from unrelated payment providers.
5. Verification & Next Steps
Pin your integration to the documented API version and review the changelog before upgrades.