Verified BursaPay workflow: Create a developer webhook endpoint and choose the events BursaPay should deliver.
1. Overview & Purpose
Developer webhooks let an application subscribe to payment, refund, transfer, virtual-account, subscription, invoice, dispute and API-key events.
2. Requirements & Setup
A developer API key with the webhooks:manage scope and a public HTTPS endpoint.
3. Step-by-Step Workflow
- Open the Webhooks area or call POST /api/v1/webhooks/.
- Provide the endpoint URL and one or more valid events.
- Choose test, live or all delivery mode.
- Store the returned secret securely because it is shown only at creation.
4. Rules & Troubleshooting
Reserved BursaPay test paths cannot be used as a production webhook destination.
5. Verification & Next Steps
Send a test event and confirm your endpoint records the delivery correctly.