> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Invalid Plaid Account ID

> The Plaid account ID is not valid for this request

## Cause

The supplied Plaid account ID is missing, malformed, or not available for the linked item.

## Fix

Ask the user to select a valid linked account and retry the request.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Add a business financial account](/api-reference/businesses/add-a-business-financial-account)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/invalidPlaidAccountId",
  "title": "Invalid Plaid Account ID",
  "status": 409,
  "detail": "The supplied Plaid account ID is missing, malformed, or not available for the linked item."
}
```
