Webhooks
GetMiPay webhooks allow you to receive real-time notifications about payment status changes. Configure your webhook URLs in your merchant dashboard to automatically receive updates when transactions are completed or fail.Webhook URLs
| Webhook Type | URL | Method |
|---|---|---|
| Success | https://getmipay.com/webhooks/success | POST |
| Failure | https://getmipay.com/webhooks/failure | POST |
| Generic | https://getmipay.com/webhooks/callback | POST |