Webhook Trigger
This is used to instruct Dusupay to re-send a webhook/callback request to your webhook URL.
Last updated
This is used to instruct Dusupay to re-send a webhook/callback request to your webhook URL.
Last updated
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.
GET
https://sandbox.dusupay.com/v1/send-callback/{internal_reference}?api_key={apiKey}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
internal_reference*
String
Transaction reference set as the internal_reference
as returned in the API responses or callbacks.
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