How Webhooks Work
When a significant event occurs (such as a disbursement completion), Mobipurse sends an HTTP POST request to the webhook URL you’ve configured. Your server should acknowledge receipt by responding with a200 OK status code.
Setting Up Webhooks
You can configure your webhook URL in two ways:- Per-checkout basis: Include the
webhookURLparameter when creating a checkout - Global webhook: Set a default webhook URL in your dashboard under Settings → Webhooks
