Verified BursaPay workflow: Use Test Mode to exercise integrations without mixing test data into live financial records.
1. Overview & Purpose
The gateway separates test and live payment, customer and wallet datasets and blocks live-money operations in Test Mode.
2. Requirements & Setup
Use test keys and test-mode endpoints for integration development.
3. Step-by-Step Workflow
- Create or select a test secret key.
- Make API calls only against test data while developing.
- Exercise success, failure, refund and webhook paths.
- Switch to live only after verification and production readiness are complete.
4. Rules & Troubleshooting
Test records should never be treated as evidence of live settlement or real-money success.
5. Verification & Next Steps
Keep environment variables and credentials separated between local/test and production deployments.