Mayson Monorepo Documentation
    Preparing search index...
    interface Installments {
        enabled?: boolean;
        plan?: Emptyable<
            Stripe.PaymentIntentUpdateParams.PaymentMethodOptions.Card.Installments.Plan,
        >;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Setting to true enables installments for this PaymentIntent. This will cause the response to contain a list of available installment plans. Setting to false will prevent any selected plan from applying to a charge.

    The selected installment plan to use for this payment attempt. This parameter can only be provided during confirmation.