Webhook Trigger
This is used to instruct Dusupay to re-send a webhook/callback request to your webhook URL.
Use this in situations where you have not received a callback from us and you want it re-sent because your application might have missed it.
Webhook Trigger
GET
https://sandbox.dusupay.com/v1/send-callback/{internal_reference}?api_key={apiKey}
Path Parameters
Name
Type
Description
internal_reference*
String
Transaction reference set as the internal_reference
as returned in the API responses or callbacks.
Query Parameters
Name
Type
Description
api_key*
String
Merchant Account Public Key
Parameter
Type
Description
Required
internal_reference
string
Transaction reference set as the internal_reference
as returned in the API responses or callbacks.
YES
api_key
string
Merchant Account Public Key
YES
Last updated