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

# Insufficient Funds for Instant Payout

> There are insufficient funds available for the requested instant payout

## Cause

Available processor balance is below the instant payout amount. Guile did not
create the payout, so funds did not leave the business balance.

## Fix

Read [business payment processor balance](/api-reference/businesses/get-business-payment-processor-balance),
then [create an instant payout](/api-reference/payouts/create-an-instant-payout-for-the-given-business)
for an amount at or below available funds with a new idempotency key.

## Retry safety

Not retryable

## 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/insufficientFundsForInstantPayout",
  "title": "Insufficient Funds for Instant Payout",
  "status": 409,
  "detail": "Available processor balance is below the instant payout amount. Guile did not create the payout, so funds did not leave the business balance."
}
```
