Mayson Monorepo Documentation
    Preparing search index...
    interface ReaderConfirmPaymentIntentParams {
        payment_intent: string;
        confirm_config?: Stripe.Terminal.ReaderConfirmPaymentIntentParams.ConfirmConfig;
        expand?: string[];
    }
    Index

    Properties

    payment_intent: string

    The ID of the PaymentIntent to confirm.

    Configuration overrides for this confirmation, such as surcharge settings and return URL.

    expand?: string[]

    Specifies which fields in the response should be expanded.