# Functions
ComputeSignature computes a webhook signature using Stripe's v1 signing method.
ConstructEvent initializes an Event object from a JSON webhook payload, validating the Stripe-Signature header using the specified signing secret.
ConstructEventIgnoringTolerance initializes an Event object from a JSON webhook payload, validating the Stripe-Signature header using the specified signing secret.
ConstructEventWithOptions initializes an Event object from a JSON webhook payload, validating the signature in the Stripe-Signature header using the specified signing secret and tolerance window provided by the options, if applicable.
ConstructEventWithTolerance initializes an Event object from a JSON webhook payload, validating the signature in the Stripe-Signature header using the specified signing secret and tolerance window.
ValidatePayload validates the payload against the Stripe-Signature header using the specified signing secret.
ValidatePayloadIgnoringTolerance validates the payload against the Stripe-Signature header using the specified signing secret.
ValidatePayloadWithTolerance validates the payload against the Stripe-Signature header using the specified signing secret and tolerance window.
# Constants
DefaultTolerance indicates that signatures older than this will be rejected by ConstructEvent.
# Variables
This block represents the list of errors that could be raised when using the webhook package.
This block represents the list of errors that could be raised when using the webhook package.
This block represents the list of errors that could be raised when using the webhook package.
This block represents the list of errors that could be raised when using the webhook package.