Mayson Monorepo Documentation
    Preparing search index...
    interface Bancontact {
        bank_code: string;
        bank_name: string;
        bic: string;
        generated_sepa_debit: string | Stripe.PaymentMethod;
        generated_sepa_debit_mandate: string | Stripe.Mandate;
        iban_last4: string;
        preferred_language: Stripe.SetupAttempt.PaymentMethodDetails.Bancontact.PreferredLanguage;
        verified_name: string;
    }
    Index

    Properties

    bank_code: string

    Bank code of bank associated with the bank account.

    bank_name: string

    Name of the bank associated with the bank account.

    bic: string

    Bank Identifier Code of the bank associated with the bank account.

    generated_sepa_debit: string | Stripe.PaymentMethod

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

    generated_sepa_debit_mandate: string | Stripe.Mandate

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

    iban_last4: string

    Last four characters of the IBAN.

    Preferred language of the Bancontact authorization page that the customer is redirected to. Can be one of en, de, fr, or nl

    verified_name: string

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