Webhooks are a way for your application to receive real-time notifications when events occur in your account.When an event occurs, we send an HTTP POST request to the webhook’s configured URL.
You can use webhooks to trigger custom code, workflows, or integrations in your application.
When the status of an invoice payment changes to SCHEDULED, PROCESSED, SENT, NEED_ACTION, COMPLETED, FAILED, CANCELLED or VOIDED, we send a webhook event.Example: