Mayson Monorepo Documentation
    Preparing search index...
    interface ReaderProcessSetupIntentParams {
        allow_redisplay: Stripe.Terminal.ReaderProcessSetupIntentParams.AllowRedisplay;
        setup_intent: string;
        expand?: string[];
        process_config?: Stripe.Terminal.ReaderProcessSetupIntentParams.ProcessConfig;
    }
    Index

    Properties

    This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow.

    setup_intent: string

    The ID of the SetupIntent to process on the reader.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Configuration overrides for this setup, such as MOTO and customer cancellation settings.