BursaPay Logo
Knowledge Base
Ticket Sign In
Help Center > Developer Platform & Gateway API > Developer Webhook Event Catalog

Developer Webhook Event Catalog

Published 2026-08-24 5 min read
Who is this article for?
This guide is for Developers, Engineering Teams, Platform Operators seeking operational guidance on BursaPay workflows.

UI Navigation Path (Step-by-Step)

  1. List the required business events.
  2. Subscribe the webhook endpoint to those events.
  3. Implement a handler for every subscribed event.
  4. Test unknown events as safely ignored.
Verified BursaPay workflow: Map the major webhook event names to the business operations they represent.

1. Overview & Purpose

The webhook API supports payment, refund, withdrawal, customer, API-key, dispute, transfer, virtual-account, subscription and invoice event families.

2. Requirements & Setup

Choose only events that the receiving application actually needs.

3. Step-by-Step Workflow

  1. List the required business events.
  2. Subscribe the webhook endpoint to those events.
  3. Implement a handler for every subscribed event.
  4. Test unknown events as safely ignored.

4. Rules & Troubleshooting

Webhook consumers must not assume that every event is a payment success event; event_type determines the business contract.

5. Verification & Next Steps

Version the consumer logic and keep the event catalog close to the integration code.

Was this article useful?

Related Articles

OpenAPI Schema and Interactive API Documentation
Ask Bursa AI