@cfxlabsinc/b2b-services
    Preparing search index...
    type VictorBackfillCandidate = {
        accountNumberLast4: string;
        eligible: boolean;
        entityName: string;
        id: string;
        ineligibleReason?: string;
        nameOnAccount: string;
        routingNumber: string;
        status: PaymentInstrument["status"];
        type: BackfillableType;
    }
    Index

    Properties

    accountNumberLast4: string
    eligible: boolean

    True when a counterparty can be created for this instrument right now.

    entityName: string

    Owning entity's display name.

    id: string

    Public payment-instrument id (pi_…).

    ineligibleReason?: string

    Why the instrument can't be backfilled yet. Set only when eligible is false.

    nameOnAccount: string

    Name on the external account (the Victor counterparty's name_on_account).

    routingNumber: string
    status: PaymentInstrument["status"]
    type: BackfillableType