OptionalaccountNumbers?: string[]OptionalblockTime?: DateSnapshot point for the balance lookup. Defaults to the latest known balance.
OptionalexcludeDeleted?: booleanDefaults to false — preserves the historical behaviour of returning every row regardless of deletion.
Optionalids?: string[]OptionalledgerAccountAddresses?: Address[]OptionalledgerAccountIds?: string[]Optionalproviders?: ("VICTOR" | "BIVO" | "ROUTE_FUSION")[]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
providerto signal creation/mutation intent — the matcher only enforces Dart-parity preconditions whenvirtualAccountProvider === "VICTOR"(see migration20260418004128_virtual_account_victor_preconditions).