For the complete documentation index, see llms.txt. This page is also available as Markdown.

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}

Parameter

Type

Description

Required

kitegateway_reference

string

Unique transaction reference that was sent when the transaction was initiated

YES

Last updated