> ## 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 Account Configuration

> The account configuration is invalid

## Cause

The account configuration is invalid. This can occur if the account is not in a valid state for use with the payment processor.

## Fix

Contact Guile support for assistance, then call the same operation again.

## 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/invalidAccountConfiguration",
  "title": "Invalid Account Configuration",
  "status": 409,
  "detail": "The account configuration is invalid. This can occur if the account is not in a valid state for use with the payment..."
}
```
