Verified BursaPay workflow: Control whether a webhook receives test, live or all events and which payload version it expects.
1. Overview & Purpose
Developer webhooks support test, live and all modes plus v1 and v2 payload versions.
2. Requirements & Setup
The endpoint must use one of the supported webhook modes and versions.
3. Step-by-Step Workflow
- Choose the mode that matches the receiving application.
- Select the payload version the integration understands.
- Test the selected version before live delivery.
- Update the consumer before changing the version on a production webhook.
4. Rules & Troubleshooting
A mode or version mismatch can make an otherwise healthy endpoint appear to be missing events.
5. Verification & Next Steps
Document the selected webhook version in the integration repository.