Webhook Repush

Environment Urls

Sandbox: https://devbox.paydestal.com/notification
Prod:    https://api.paydestal.com/notification
curl --request POST \
  --url 'https://devbox.paydestal.com/notification/api/v1/repush-webhook?paydestalReference={paydestalReference}' \
  --header 'X-Auth-Signature: {your client id}'

Last updated