Beignet API reference
    Preparing search index...

    Escape hatch for apps that need the raw Stripe client.

    interface StripePaymentsEscapeHatch {
        client: Stripe;
        publishableKey?: string;
    }
    Index
    client: Stripe

    Raw Stripe SDK client.

    publishableKey?: string

    Publishable key for client-side Stripe integrations, when configured.