Webhooks
Using webhooks

Handle Webhook Events

1min

Learn how to handle webhook deliveries by following the steps below.

  1. Extract the necessary information from the webhook payload to process the event.
  2. Check the signature to ensure the request is from a trusted source.
  3. Ensure that the event timestamp is within tolerance to prevent replay attacks. 
  4. Return a 2xx HTTP status code to acknowledge receipt of the webhook. If an error occurs, return a 4xx or 5xx status code to indicate a failure.