Beignet API reference
    Preparing search index...

    Interface CreateStripePaymentsProviderOptions

    Options for the Stripe payments provider factory.

    interface CreateStripePaymentsProviderOptions {
        publishableKey?: string;
        secretKey?: string;
        webhookSecret?: string;
    }
    Index
    publishableKey?: string

    Publishable key for client-side Stripe integrations. Overrides STRIPE_PUBLISHABLE_KEY.

    secretKey?: string

    Stripe secret key. Overrides STRIPE_SECRET_KEY.

    webhookSecret?: string

    Webhook endpoint signing secret. Overrides STRIPE_WEBHOOK_SECRET.