> ## 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.

# getPlaidBankBalances

> Lists latest stored safe Plaid balances owned by the authenticated account.

Lists latest stored safe Plaid balances owned by the authenticated account. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
query {
  getPlaidBankBalances(
    input: PlaidBankBalanceFilterInput
  ): [PlaidBankBalance!]!
}
```

## Arguments

<ParamField body="input" type="PlaidBankBalanceFilterInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`[PlaidBankBalance!]!`](/api-reference/types/plaid-bank-balance) — Latest safe Plaid bank balance for a persisted bank account.
