OptionalaccountNumbers?: string[]OptionalblockTime?: DateSnapshot point for the balance lookup. Defaults to the latest known balance.
Optionalids?: string[]OptionalincludeDeleted?: booleanDefaults to false — deleted rows are hidden unless explicitly included.
OptionalledgerAccountAddresses?: Address[]OptionalledgerAccountIds?: string[]Optionalpage?: numberDefaults to 1.
OptionalpageSize?: numberRows per page, default 50 (clamped to 200). Results are always paginated.
total is the full match count regardless of pageSize, so pageSize: 1
counts matches cheaply without materializing every row.
OptionalproviderTypes?: ("VICTOR" | "BIVO" | "ROUTE_FUSION" | "MANUAL")[]Optionalstatuses?: ("PENDING" | "ACTIVE")[]
Resolves
account.virtual-account.v1activation for a specific entity (the ledger account's owning identity or organization), loading every Victor precondition the matcher inspects (customer-level Victor enrollment, ledger-account presence) so callers don't have to gather them one-by-one before every mutative call.Pass
providerTypeto signal creation/mutation intent — the matcher only enforces Dart-parity preconditions whenvirtualAccountProvider === "VICTOR"(see migration20260418004128_virtual_account_victor_preconditions).