Mayson Monorepo Documentation
    Preparing search index...
    interface SepaDebit {
        bank_code: string;
        branch_code: string;
        country: string;
        expected_debit_date?: string;
        fingerprint: string;
        last4: string;
        mandate: string;
    }
    Index

    Properties

    bank_code: string

    Bank code of bank associated with the bank account.

    branch_code: string

    Branch code of bank associated with the bank account.

    country: string

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

    expected_debit_date?: string

    Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.

    fingerprint: string

    Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

    last4: string

    Last four characters of the IBAN.

    mandate: string

    Find the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge. Use this mandate ID to retrieve the Mandate.