Mayson Monorepo Documentation
    Preparing search index...
    interface SessionCreateParams {
        adaptive_pricing?: Stripe.Checkout.SessionCreateParams.AdaptivePricing;
        after_expiration?: Stripe.Checkout.SessionCreateParams.AfterExpiration;
        allow_promotion_codes?: boolean;
        automatic_tax?: Stripe.Checkout.SessionCreateParams.AutomaticTax;
        billing_address_collection?: Stripe.Checkout.SessionCreateParams.BillingAddressCollection;
        branding_settings?: Stripe.Checkout.SessionCreateParams.BrandingSettings;
        cancel_url?: string;
        client_reference_id?: string;
        consent_collection?: Stripe.Checkout.SessionCreateParams.ConsentCollection;
        currency?: string;
        custom_fields?: Stripe.Checkout.SessionCreateParams.CustomField[];
        custom_text?: Stripe.Checkout.SessionCreateParams.CustomText;
        customer?: string;
        customer_account?: string;
        customer_creation?: Stripe.Checkout.SessionCreateParams.CustomerCreation;
        customer_email?: string;
        customer_update?: Stripe.Checkout.SessionCreateParams.CustomerUpdate;
        discounts?: Stripe.Checkout.SessionCreateParams.Discount[];
        excluded_payment_method_types?: Stripe.Checkout.SessionCreateParams.ExcludedPaymentMethodType[];
        expand?: string[];
        expires_at?: number;
        invoice_creation?: Stripe.Checkout.SessionCreateParams.InvoiceCreation;
        line_items?: Stripe.Checkout.SessionCreateParams.LineItem[];
        locale?: Stripe.Checkout.SessionCreateParams.Locale;
        metadata?: MetadataParam;
        mode?: Stripe.Checkout.SessionCreateParams.Mode;
        name_collection?: Stripe.Checkout.SessionCreateParams.NameCollection;
        optional_items?: Stripe.Checkout.SessionCreateParams.OptionalItem[];
        origin_context?: Stripe.Checkout.SessionCreateParams.OriginContext;
        payment_intent_data?: Stripe.Checkout.SessionCreateParams.PaymentIntentData;
        payment_method_collection?: Stripe.Checkout.SessionCreateParams.PaymentMethodCollection;
        payment_method_configuration?: string;
        payment_method_data?: Stripe.Checkout.SessionCreateParams.PaymentMethodData;
        payment_method_options?: Stripe.Checkout.SessionCreateParams.PaymentMethodOptions;
        payment_method_types?: Stripe.Checkout.SessionCreateParams.PaymentMethodType[];
        permissions?: Stripe.Checkout.SessionCreateParams.Permissions;
        phone_number_collection?: Stripe.Checkout.SessionCreateParams.PhoneNumberCollection;
        redirect_on_completion?: Stripe.Checkout.SessionCreateParams.RedirectOnCompletion;
        return_url?: string;
        saved_payment_method_options?: Stripe.Checkout.SessionCreateParams.SavedPaymentMethodOptions;
        setup_intent_data?: SetupIntentData;
        shipping_address_collection?: Stripe.Checkout.SessionCreateParams.ShippingAddressCollection;
        shipping_options?: Stripe.Checkout.SessionCreateParams.ShippingOption[];
        submit_type?: Stripe.Checkout.SessionCreateParams.SubmitType;
        subscription_data?: Stripe.Checkout.SessionCreateParams.SubscriptionData;
        success_url?: string;
        tax_id_collection?: Stripe.Checkout.SessionCreateParams.TaxIdCollection;
        ui_mode?: Stripe.Checkout.SessionCreateParams.UiMode;
        wallet_options?: Stripe.Checkout.SessionCreateParams.WalletOptions;
    }
    Index

    Properties

    Settings for price localization with Adaptive Pricing.

    Configure actions after a Checkout Session has expired. You can't set this parameter if ui_mode is custom.

    allow_promotion_codes?: boolean

    Enables user redeemable promotion codes.

    Settings for automatic tax lookup for this session and resulting payments, invoices, and subscriptions.

    Specify whether Checkout should collect the customer's billing address. Defaults to auto.

    The branding settings for the Checkout Session. This parameter is not allowed if ui_mode is custom.

    cancel_url?: string

    If set, Checkout displays a back button and customers will be directed to this URL if they decide to cancel payment and return to your website. This parameter is not allowed if ui_mode is embedded or custom.

    client_reference_id?: string

    A unique string to reference the Checkout Session. This can be a customer ID, a cart ID, or similar, and can be used to reconcile the session with your internal systems.

    Configure fields for the Checkout Session to gather active consent from customers.

    currency?: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency. Required in setup mode when payment_method_types is not set.

    Collect additional information from your customer using custom fields. Up to 3 fields are supported. You can't set this parameter if ui_mode is custom.

    Display additional text for your customers using custom text. You can't set this parameter if ui_mode is custom.

    customer?: string

    ID of an existing Customer, if one exists. In payment mode, the customer's most recently saved card payment method will be used to prefill the email, name, card details, and billing address on the Checkout page. In subscription mode, the customer's default payment method will be used if it's a card, otherwise the most recently saved card will be used. A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer's card details.

    If the Customer already has a valid email set, the email will be prefilled and not editable in Checkout. If the Customer does not have a valid email, Checkout will set the email entered during the session on the Customer.

    If blank for Checkout Sessions in subscription mode or with customer_creation set as always in payment mode, Checkout will create a new Customer object based on information provided during the payment flow.

    You can set payment_intent_data.setup_future_usage to have Checkout automatically attach the payment method to the Customer you pass in for future reuse.

    customer_account?: string

    ID of an existing Account, if one exists. Has the same behavior as customer.

    Configure whether a Checkout Session creates a Customer during Session confirmation.

    When a Customer is not created, you can still retrieve email, address, and other customer data entered in Checkout with customer_details.

    Sessions that don't create Customers instead are grouped by guest customers in the Dashboard. Promotion codes limited to first time customers will return invalid for these Sessions.

    Can only be set in payment and setup mode.

    customer_email?: string

    If provided, this value will be used when the Customer object is created. If not provided, customers will be asked to enter their email address. Use this parameter to prefill customer data if you already have an email on file. To access information about the customer once a session is complete, use the customer field.

    Controls what fields on Customer can be updated by the Checkout Session. Can only be provided when customer is provided.

    The coupon or promotion code to apply to this Session. Currently, only up to one may be specified.

    A list of the types of payment methods (e.g., card) that should be excluded from this Checkout Session. This should only be used when payment methods for this Checkout Session are managed through the Stripe Dashboard.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    expires_at?: number

    The Epoch time in seconds at which the Checkout Session will expire. It can be anywhere from 30 minutes to 24 hours after Checkout Session creation. By default, this value is 24 hours from creation.

    Generate a post-purchase Invoice for one-time payments.

    A list of items the customer is purchasing. Use this parameter to pass one-time or recurring Prices. The parameter is required for payment and subscription mode.

    For payment mode, there is a maximum of 100 line items, however it is recommended to consolidate line items if there are more than a few dozen.

    For subscription mode, there is a maximum of 20 line items with recurring Prices and 20 line items with one-time Prices. Line items with one-time Prices will be on the initial invoice only.

    The IETF language tag of the locale Checkout is displayed in. If blank or auto, the browser's locale is used.

    metadata?: MetadataParam

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    The mode of the Checkout Session. Pass subscription if the Checkout Session includes at least one recurring item.

    Controls name collection settings for the session.

    You can configure Checkout to collect your customers' business names, individual names, or both. Each name field can be either required or optional.

    If a Customer is created or provided, the names can be saved to the Customer object as well.

    You can't set this parameter if ui_mode is custom.

    A list of optional items the customer can add to their order at checkout. Use this parameter to pass one-time or recurring Prices.

    There is a maximum of 10 optional items allowed on a Checkout Session, and the existing limits on the number of line items allowed on a Checkout Session apply to the combined number of line items and optional items.

    For payment mode, there is a maximum of 100 combined line items and optional items, however it is recommended to consolidate items if there are more than a few dozen.

    For subscription mode, there is a maximum of 20 line items and optional items with recurring Prices and 20 line items and optional items with one-time Prices.

    You can't set this parameter if ui_mode is custom.

    Where the user is coming from. This informs the optimizations that are applied to the session. You can't set this parameter if ui_mode is custom.

    A subset of parameters to be passed to PaymentIntent creation for Checkout Sessions in payment mode.

    Specify whether Checkout should collect a payment method. When set to if_required, Checkout will not collect a payment method when the total due for the session is 0. This may occur if the Checkout Session includes a free trial or a discount.

    Can only be set in subscription mode. Defaults to always.

    If you'd like information on how to collect a payment method outside of Checkout, read the guide on configuring subscriptions with a free trial.

    payment_method_configuration?: string

    The ID of the payment method configuration to use with this Checkout session.

    This parameter allows you to set some attributes on the payment method created during a Checkout session.

    Payment-method-specific configuration.

    A list of the types of payment methods (e.g., card) this Checkout Session can accept.

    You can omit this attribute to manage your payment methods from the Stripe Dashboard. See Dynamic Payment Methods for more details.

    Read more about the supported payment methods and their requirements in our payment method details guide.

    If multiple payment methods are passed, Checkout will dynamically reorder them to prioritize the most relevant payment methods based on the customer's location and other characteristics.

    This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object. Can only be set when creating embedded or custom sessions.

    For specific permissions, please refer to their dedicated subsections, such as permissions.update_shipping_details.

    Controls phone number collection settings for the session.

    We recommend that you review your privacy policy and check with your legal contacts before using this feature. Learn more about collecting phone numbers with Checkout.

    This parameter applies to ui_mode: embedded. Learn more about the redirect behavior of embedded sessions. Defaults to always.

    return_url?: string

    The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site. This parameter is required if ui_mode is embedded or custom and redirect-based payment methods are enabled on the session.

    Controls saved payment method settings for the session. Only available in payment and subscription mode.

    setup_intent_data?: SetupIntentData

    A subset of parameters to be passed to SetupIntent creation for Checkout Sessions in setup mode.

    When set, provides configuration for Checkout to collect a shipping address from a customer.

    The shipping rate options to apply to this Session. Up to a maximum of 5.

    Describes the type of transaction being performed by Checkout in order to customize relevant text on the page, such as the submit button. submit_type can only be specified on Checkout Sessions in payment or subscription mode. If blank or auto, pay is used. You can't set this parameter if ui_mode is custom.

    A subset of parameters to be passed to subscription creation for Checkout Sessions in subscription mode.

    success_url?: string

    The URL to which Stripe should send customers when payment or setup is complete. This parameter is not allowed if ui_mode is embedded or custom. If you'd like to use information from the successful Checkout Session on your page, read the guide on customizing your success page.

    Controls tax ID collection during checkout.

    The UI mode of the Session. Defaults to hosted.

    Wallet-specific configuration.