Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentIntentCancelParams

    interface PaymentIntentCancelParams {
        cancellation_reason?: Stripe.PaymentIntentCancelParams.CancellationReason;
        expand?: string[];
    }
    Index

    Properties

    Reason for canceling this PaymentIntent. Possible values are: duplicate, fraudulent, requested_by_customer, or abandoned

    expand?: string[]

    Specifies which fields in the response should be expanded.