Mayson Monorepo Documentation
    Preparing search index...
    interface Sofort {
        bank_code: string;
        bank_name: string;
        bic: string;
        country: string;
        generated_sepa_debit: string | Stripe.PaymentMethod;
        generated_sepa_debit_mandate: string | Stripe.Mandate;
        iban_last4: string;
        preferred_language: Stripe.PaymentRecord.PaymentMethodDetails.Sofort.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.

    country: string

    Two-letter ISO code representing the country the bank account is located in.

    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.

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

    verified_name: string

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