Mayson Monorepo Documentation
    Preparing search index...
    interface ProcessConfig {
        enable_customer_cancellation?: boolean;
        return_url?: string;
        skip_tipping?: boolean;
        tipping?: Stripe.Terminal.Reader.Action.ProcessPaymentIntent.ProcessConfig.Tipping;
    }
    Index

    Properties

    enable_customer_cancellation?: boolean

    Enable customer-initiated cancellation when processing this payment.

    return_url?: string

    If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion.

    skip_tipping?: boolean

    Override showing a tipping selection screen on this transaction.

    Represents a per-transaction tipping configuration