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

# getPlaidBankAccountSpendPower

> Gets the latest safe spend power for one owned Plaid bank account.

Gets the latest safe spend power for one owned Plaid bank account. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
query {
  getPlaidBankAccountSpendPower(
    input: PlaidBankAccountInput!
  ): PlaidBankAccountSpendPower
}
```

## Arguments

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

## Returns

[`PlaidBankAccountSpendPower`](/api-reference/types/plaid-bank-account-spend-power) — Safe spend power calculated for one Plaid-linked bank account.
