Register a webhook
Register your webhook to receive transaction notifications.
You can register your webhook on your merchant dashboard or via the api endpoint
URI
POST
Parameters
Header
Authorization
string
set value to Bearer SECRET_KEY
Body Param
webhook_url
string
required
Your webhook url, we would post transaction notifications to this url.
callback_url
string
Your callback url, this is optional.
verify_hash
string
required
Your encrypted key, we would send this along with our request and you would use this key to verify that the request to your webhook url is from Duplo.
business_id
string
required
Merchant business ID
Sample request
Duplo Response
Last updated
Was this helpful?