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

# Too Many Business Financial Accounts

> The business has reached the maximum number of financial accounts

## Cause

The business has reached the maximum number of financial accounts allowed.

## Fix

Remove unneeded financial accounts and try again. Remove an unused financial account, then add the new one.

## Retry safety

Safe to retry as-is.

## 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/tooManyBusinessFinancialAccounts",
  "title": "Too Many Business Financial Accounts",
  "status": 409,
  "detail": "The business has reached the maximum number of financial accounts allowed."
}
```
