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

# refreshPlaidBankAccountBalance

> Requests a rate-limited realtime balance refresh for one owned Plaid bank account.

Requests a rate-limited realtime balance refresh for one owned Plaid bank account. Requires MANAGE\_PAYMENT scope.
Identity-service enforces 1 refresh per hour and 6 refreshes per day per Plaid institution.

```graphql theme={null}
mutation {
  refreshPlaidBankAccountBalance(
    input: PlaidBankAccountInput!
  ): PlaidBankAccountBalanceRefreshResponse!
}
```

## Arguments

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

## Returns

[`PlaidBankAccountBalanceRefreshResponse!`](/api-reference/types/plaid-bank-account-balance-refresh-response) — Result of a rate-limited realtime refresh for one Plaid bank account's owning institution.
