post https://api-pay-sandbox.venly.io/webhooks
This endpoint is used to create a webhook, to receive updates of your user's payments (successful/cancelled).
Responses
This endpoint is used to create a webhook, to receive updates of your user's payments (successful/cancelled).
xxxxxxxxxx
11curl --request POST \
--url https://api-pay-sandbox.venly.io/webhooks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"authenticationMethod": {
"type": "API_KEY"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: