Mayson Monorepo Documentation
    Preparing search index...
    interface AcssDebit {
        bank_name: string;
        expected_debit_date?: string;
        fingerprint: string;
        institution_number: string;
        last4: string;
        mandate?: string;
        transit_number: string;
    }
    Index

    Properties

    bank_name: string

    Name of the bank associated with the bank account.

    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.

    institution_number: string

    Institution number of the bank account

    last4: string

    Last four digits of the bank account number.

    mandate?: string

    ID of the mandate used to make this payment.

    transit_number: string

    Transit number of the bank account.