Webhook hash

1. Where do I find my webhook hash

You are expected to simply generate a random string that cannot be guessed and used as the webhook hash value wherever needed. This is used to verify that the callback request was sent from Dusupay and your app should accept it since only your app and our system know the webhook hash value. All you have to make sure is that the webhook hash used on the Dusupay dashboard matches the one expected by your app or website since it will be included in the webhook request header sent to your callback or webhook URL. Make sure you also avoid leading space when Copying and Pasting the webhook hash between your app and our system.

Last updated