Mayson Monorepo Documentation
    Preparing search index...
    interface PaymentMethodDetails {
        acss_debit?: Stripe.SetupAttempt.PaymentMethodDetails.AcssDebit;
        amazon_pay?: Stripe.SetupAttempt.PaymentMethodDetails.AmazonPay;
        au_becs_debit?: Stripe.SetupAttempt.PaymentMethodDetails.AuBecsDebit;
        bacs_debit?: Stripe.SetupAttempt.PaymentMethodDetails.BacsDebit;
        bancontact?: Stripe.SetupAttempt.PaymentMethodDetails.Bancontact;
        boleto?: Stripe.SetupAttempt.PaymentMethodDetails.Boleto;
        card?: Stripe.SetupAttempt.PaymentMethodDetails.Card;
        card_present?: Stripe.SetupAttempt.PaymentMethodDetails.CardPresent;
        cashapp?: Stripe.SetupAttempt.PaymentMethodDetails.Cashapp;
        ideal?: Stripe.SetupAttempt.PaymentMethodDetails.Ideal;
        kakao_pay?: Stripe.SetupAttempt.PaymentMethodDetails.KakaoPay;
        klarna?: Stripe.SetupAttempt.PaymentMethodDetails.Klarna;
        kr_card?: Stripe.SetupAttempt.PaymentMethodDetails.KrCard;
        link?: Stripe.SetupAttempt.PaymentMethodDetails.Link;
        naver_pay?: Stripe.SetupAttempt.PaymentMethodDetails.NaverPay;
        nz_bank_account?: Stripe.SetupAttempt.PaymentMethodDetails.NzBankAccount;
        paypal?: Stripe.SetupAttempt.PaymentMethodDetails.Paypal;
        payto?: Stripe.SetupAttempt.PaymentMethodDetails.Payto;
        revolut_pay?: Stripe.SetupAttempt.PaymentMethodDetails.RevolutPay;
        sepa_debit?: Stripe.SetupAttempt.PaymentMethodDetails.SepaDebit;
        sofort?: Stripe.SetupAttempt.PaymentMethodDetails.Sofort;
        type: string;
        us_bank_account?: Stripe.SetupAttempt.PaymentMethodDetails.UsBankAccount;
    }
    Index

    Properties

    type: string

    The type of the payment method used in the SetupIntent (e.g., card). An additional hash is included on payment_method_details with a name matching this value. It contains confirmation-specific information for the payment method.