Type Alias CustomerSheetIntentConfiguration

CustomerSheetIntentConfiguration: {
    paymentMethodTypes?: string[];
    onBehalfOf?: string;
}

Type declaration

  • OptionalpaymentMethodTypes?: string[]

    A list of payment method types to display to the customer. If undefined or empty, we dynamically determine the payment methods using your Stripe Dashboard settings.

  • OptionalonBehalfOf?: string

    The connected account whose payment method configurations will apply to the CustomerSheet session. Affects the allowed payment methods and whether card brand choice is enabled. When provided, the payment method will be saved to your platform account. See our SetupIntent docs for more information.