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

# Business Already Registered

> Business is already registered with the payment processor

## Cause

The business is already registered with the payment processor.

## Fix

Use the existing registration instead of attempting to create a new one. If you already completed registration, read the existing business instead of creating another.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Register a business](/api-reference/businesses/register-a-business)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/businessAlreadyRegistered",
  "title": "Business Already Registered",
  "status": 409,
  "detail": "The business is already registered with the payment processor."
}
```
