Processing Webhooks

  • Respond with HTTP 200 to acknowledge receipt

  • Process events asynchronously to avoid timeouts

  • Implement idempotency using event_id

  • Handle retries (40 retries every 5 minutes if non-200)

Last updated

Was this helpful?