Mayson Monorepo Documentation
    Preparing search index...
    interface ReaderProcessPaymentIntentParams {
        payment_intent: string;
        expand?: string[];
        process_config?: Stripe.Terminal.ReaderProcessPaymentIntentParams.ProcessConfig;
    }
    Index

    Properties

    payment_intent: string

    The ID of the PaymentIntent to process on the reader.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Configuration overrides for this transaction, such as tipping and customer cancellation settings.