Mayson Monorepo Documentation
    Preparing search index...

    Interface SetupIntentConfirmParams

    Index

    Properties

    confirmation_token?: string

    ID of the ConfirmationToken used to confirm this SetupIntent.

    If the provided ConfirmationToken contains properties that are also being provided in this request, such as payment_method, then the values in this request will take precedence.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    payment_method?: string

    ID of the payment method (a PaymentMethod, Card, or saved Source object) to attach to this SetupIntent.

    When included, this hash creates a PaymentMethod that is set as the payment_method value in the SetupIntent.

    Payment method-specific configuration for this SetupIntent.

    return_url?: string

    The URL to redirect your customer back to after they authenticate on the payment method's app or site. If you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme. This parameter is only used for cards and other redirect-based payment methods.

    use_stripe_sdk?: boolean

    Set to true when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.