You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`validate_webhook(payload, headers)`| Validate webhook signature only |`bool`|
321
+
|`parse_webhook(payload, headers)`| Parse webhook into WebhookEvent (calls validate_webhook internally) |`WebhookEvent`|
322
322
323
323
> **Important**: `parse_webhook()` automatically calls `validate_webhook()` internally, so you don't need to validate separately when using `parse_webhook()`. Use `validate_webhook()` only when you need to check signature validity without parsing the webhook data.
0 commit comments