@cfxlabsinc/b2b-services
    Preparing search index...

    Normalized RTP / FedNow eligibility for a US routing number.

    type BankInstantPaymentEligibility = {
        bankName: string | null;
        fedNow: boolean;
        rtp: boolean;
    }
    Index

    Properties

    Properties

    bankName: string | null
    fedNow: boolean
    rtp: boolean