API Reference

Webhooks

Introduction


This documentation provides an overview of the API’s webhook functionality for automatic event notifications. Webhooks allow your application to receive real-time updates whenever specific events occur within our system. In this section, we will detail how the API handles webhooks for automatic event notifications. When creating an account or processing a charge, you can specify a webhook URL to receive real-time notifications about the status of these operations.

To test your webhook configurations and ensure they work as expected, you can use the following webhook testing tool: Webhook.site. This site allows you to create a unique URL to receive and inspect HTTP requests, making it easier to verify that your webhooks are functioning correctly.