Mayson Monorepo Documentation
    Preparing search index...
    interface AutomaticPaymentMethods {
        allow_redirects?: Stripe.SetupIntentCreateParams.AutomaticPaymentMethods.AllowRedirects;
        enabled: boolean;
    }
    Index

    Properties

    Controls whether this SetupIntent will accept redirect-based payment methods.

    Redirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To confirm this SetupIntent, you may be required to provide a return_url to redirect customers back to your site after they authenticate or complete the setup.

    enabled: boolean

    Whether this feature is enabled.