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.
get
https://sandbox.dusupay.com/v1/send-callback/{internal_reference}?api_key={apiKey}
Webhook Trigger
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 modified 10mo ago