• Validates the stringified request body against a dedicated webhook secret. Can optionally perform a JSON schema validation of the payload, if the JSON schema is provided. Checks that the webhook request is not too old. The default 120 expiration seconds can be overridden.

    Type Parameters

    • TPayload

    Parameters

    Returns WebhookRequestMessage<TPayload>

Generated using TypeDoc