Webhook Trigger
For some reason you might end up not receiving notification from us as such you can trigger the webhook to re-send the latest payment update
Live
GET https://kitegateway.com/v1/transactions/send-callback/{kitegateway_reference}
Sandbox
GET https://sandbox.kitegateway.com/v1/transactions/send-callback/{kitegateway_reference}
This is a secure end point that must be called using the auth token
Parameter
Type
Description
Required
kitegateway_reference
string
Unique transaction reference that was sent when the transaction was initiated
YES
Last updated