Mayson Monorepo Documentation
    Preparing search index...
    interface BacsDebit {
        expected_debit_date?: string;
        fingerprint: string;
        last4: string;
        mandate: string;
        sort_code: string;
    }
    Index

    Properties

    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 digits of the bank account number.

    mandate: string

    ID of the mandate used to make this payment.

    sort_code: string

    Sort code of the bank account. (e.g., 10-20-30)