Skip to main content

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 TypeURLMethod
Successhttps://getmipay.com/webhooks/successPOST
Failurehttps://getmipay.com/webhooks/failurePOST
Generichttps://getmipay.com/webhooks/callbackPOST

Webhook Security

Webhooks are sent with the following headers for verification:
X-GetMiPay-Signature: sha256=...
X-GetMiPay-Timestamp: 1635724800
Content-Type: application/json