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

> A business account is required to perform this operation

## Cause

This operation requires a business account to be set up and verified.

## Fix

Complete business registration and verification before attempting this operation, 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:

* [Calculate barber fees](/api-reference/fees/calculate-barber-fees)
* [Calculate customer fees](/api-reference/fees/calculate-customer-fees)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/businessAccountRequired",
  "title": "Business Account Required",
  "status": 403,
  "detail": "This operation requires a business account to be set up and verified."
}
```
