Verified BursaPay workflow: Use the BursaPay developer sandbox playground to try API requests before integrating them into code.
1. Overview & Purpose
The developer portal includes a sandbox that can proxy supported requests through the developer's test credential without exposing the raw key to the browser.
2. Requirements & Setup
A usable test key and sandbox access are required.
3. Step-by-Step Workflow
- Open the Sandbox tab.
- Select the endpoint and request parameters.
- Execute the test request.
- Compare the response with the API documentation before implementing it in your application.
4. Rules & Troubleshooting
Sandbox activity must remain in Test Mode and should not contain production credentials or personal data that is not necessary for testing.
5. Verification & Next Steps
Capture successful request examples in your integration tests rather than relying only on manual playground use.