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

# refreshPlaidBankConnections

> Requests a cached data refresh for all connected Plaid institutions owned by the authenticated account.

Requests a cached data refresh for all connected Plaid institutions owned by the authenticated account. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  refreshPlaidBankConnections: PlaidBankConnectionRefreshResponse!
}
```

## Returns

[`PlaidBankConnectionRefreshResponse!`](/api-reference/types/plaid-bank-connection-refresh-response) — Result of a cached refresh for all Plaid connections owned by the authenticated account.
