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
| set value to |
Body Param
webhook_url
| Your webhook url, we would post transaction notifications to this url. |
callback_url
| Your callback url, this is optional. |
verify_hash
| 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
| Merchant business ID |
Sample request
Duplo Response
Last updated