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

# getPlaidBankAccounts

> Lists safe Plaid bank accounts owned by the authenticated account.

Lists safe Plaid bank accounts owned by the authenticated account. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
query {
  getPlaidBankAccounts(
    input: PlaidBankAccountFilterInput
  ): [PlaidBankAccount!]!
}
```

## Arguments

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

## Returns

[`[PlaidBankAccount!]!`](/api-reference/types/plaid-bank-account) — Safe persisted Plaid bank account metadata.
