Mayson Monorepo Documentation
    Preparing search index...

    Interface CustomerSessionCreateParams

    interface CustomerSessionCreateParams {
        components: Stripe.CustomerSessionCreateParams.Components;
        customer?: string;
        customer_account?: string;
        expand?: string[];
    }
    Index

    Properties

    Configuration for each component. At least 1 component must be enabled.

    customer?: string

    The ID of an existing customer for which to create the Customer Session.

    customer_account?: string

    The ID of an existing Account for which to create the Customer Session.

    expand?: string[]

    Specifies which fields in the response should be expanded.