Skip to main content

Duplicate webhooks received

If you receive the same webhook multiple times, it may be due to a network condition or automatic retries. 

This typically happens if your server takes longer than 10 seconds to acknowledge that it successfully received the webhook, which initiates the automatic retry mechanism.

We recommend that you:

  • Implement an idempotent system so that you can safely process the same request multiple times without creating duplicate records.

  • Check the webhook's unique eventId in the payload before taking any further actions, to avoid processing the same event twice.

Was this article helpful?
Share
Copy Link Share via email

Articles in this section