Mayson Monorepo Documentation
    Preparing search index...
    interface ReaderCollectPaymentMethodParams {
        payment_intent: string;
        collect_config?: Stripe.Terminal.ReaderCollectPaymentMethodParams.CollectConfig;
        expand?: string[];
    }
    Index

    Properties

    payment_intent: string

    The ID of the PaymentIntent to collect a payment method for.

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

    expand?: string[]

    Specifies which fields in the response should be expanded.