@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Domestic US Virtual Bank Account

    interface UsVirtualBankAccount {
        accountNumber: string;
        bankName?: string;
        id: string;
        instrumentType: VirtualInstrumentType;
        routingNumber: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string

    The bank account number.

    bankName?: string

    The bank name.

    id: string

    The virtual instrument id.

    instrumentType: VirtualInstrumentType

    The virtual instrument type.

    routingNumber: string

    For USD accounts, this is the 9-digit routing number of the bank.