Beignet API reference
    Preparing search index...

    Type Alias PaymentWebhookRouteHandlerArgs<Ctx>

    type PaymentWebhookRouteHandlerArgs<Ctx extends PaymentWebhookRouteContext> = {
        ctx: Ctx;
        event: PaymentWebhookEvent;
        rawBody: string;
        req: Request;
        signature: string;
    }

    Type Parameters

    • Ctx extends PaymentWebhookRouteContext
    Index
    ctx: Ctx
    rawBody: string
    req: Request
    signature: string