☰Payblr Developer Portal
Webhooks
Webhooks allow your system to receive real-time event notifications from Payblr.
You can use the Payblr PSP API to create and update webhook endpoints, define the events your system wants to receive, retrieve historical or missed events, and manage event subscriptions.
Webhooks are asynchronous. Your system does not need to maintain a persistent open connection or continuously poll for events. Instead, Payblr sends an HTTP payload to your configured endpoint when a relevant event occurs.

API Explorer Reference
Developers can use the API Explorer to review and test the webhook endpoints available for their integration. Start with the Create Webhook operation to register the endpoint where your system will receive event notifications.
Use the API Explorer to:
Review the request fields required to create a webhook endpoint.
Confirm the event types your system can subscribe to.
Validate request and response behavior in the selected environment.
After the webhook is created, use the related webhook endpoints to update configuration, manage subscriptions, retrieve event details, or recover missed notifications.