Mayson Monorepo Documentation
    Preparing search index...
    interface Ideal {
        bank: Stripe.Charge.PaymentMethodDetails.Ideal.Bank;
        bic: Stripe.Charge.PaymentMethodDetails.Ideal.Bic;
        generated_sepa_debit: string | Stripe.PaymentMethod;
        generated_sepa_debit_mandate: string | Stripe.Mandate;
        iban_last4: string;
        transaction_id: string;
        verified_name: string;
    }
    Index

    Properties

    The customer's bank. Can be one of abn_amro, adyen, asn_bank, bunq, buut, finom, handelsbanken, ing, knab, mollie, moneyou, n26, nn, rabobank, regiobank, revolut, sns_bank, triodos_bank, van_lanschot, or yoursafe.

    The Bank Identifier Code of the customer's bank.

    generated_sepa_debit: string | Stripe.PaymentMethod

    The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.

    generated_sepa_debit_mandate: string | Stripe.Mandate

    The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.

    iban_last4: string

    Last four characters of the IBAN.

    transaction_id: string

    Unique transaction ID generated by iDEAL.

    verified_name: string

    Owner's verified full name. Values are verified or provided by iDEAL directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.