Beignet API reference
    Preparing search index...

    Interface VerifyPaymentWebhookInput

    Input for verifying and parsing a provider webhook.

    interface VerifyPaymentWebhookInput {
        rawBody: PaymentWebhookRawBody;
        signature: string;
    }
    Index

    Raw request body. Do not pass a parsed JSON body.

    signature: string

    Provider signature header value.