Configure and test your webhooks
To test webhooks before you create or configure a live service, you can use one of several request logging sites, for example, WebHook Tester.
Alternatively, use a service like ngrok.
-
Our webhooks provide "at least once" delivery of events.
This means that you might get the same event several times.
Your application needs to be built to handle those cases.
You can detect duplicate events by comparing the id
to previous events.
-
Make sure you're receiving all notifications you need for the integration.
-
Check URL you provide for notifications. It must be publicly accessible and be HTTPS as well.
-
Ensure you have set up webhooks in the live mode exactly as you did in the test.
You can manage webhooks in the Developer Portal or by using our API.