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

# Instant Payouts Not Configured

> Instant payouts are not configured for this business

## Cause

Instant payouts are not enabled for this business. Guile rejected the create call; no payout was created and no funds moved.

## Fix

Enable instant payouts for the business, then [create an instant payout](/api-reference/payouts/create-an-instant-payout-for-the-given-business) with a new idempotency key.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an instant payout for the given business](/api-reference/payouts/create-an-instant-payout-for-the-given-business)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/instantPayoutsNotConfigured",
  "title": "Instant Payouts Not Configured",
  "status": 422,
  "detail": "Instant payouts are not enabled for this business. Guile rejected the create call; no payout was created and no funds moved."
}
```
