> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# getSpendAccountVirtualAccountNumbers

> Retrieves the active virtual account number(s) for a spend account (cash balance) belonging to the authenticated user's account.

Retrieves the active virtual account number(s) for a spend account (cash balance) belonging to the
authenticated user's account. A spend account may have multiple active virtual account numbers, one of
which is marked primary. Requires LIST\_PAYMENT scope.

```graphql theme={null}
query {
  getSpendAccountVirtualAccountNumbers(
    userCashBalanceId: UUID!
  ): [SpendAccountVirtualAccountNumber!]!
}
```

## Arguments

<ParamField body="userCashBalanceId" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`[SpendAccountVirtualAccountNumber!]!`](/api-reference/types/spend-account-virtual-account-number) — A virtual account number (ACH routing + account number) tied to a spend account.
