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

# Amount Below Minimum

> The payout amount is below the minimum required amount

## Cause

The requested payout amount is below the minimum amount required for this payout
method. Guile did not create the payout.

## Fix

Increase the amount, then
[create an instant payout](/api-reference/payouts/create-an-instant-payout-for-the-given-business)
again 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/amountBelowMinimum",
  "title": "Amount Below Minimum",
  "status": 422,
  "detail": "The requested payout amount is below the minimum amount required for this payout method."
}
```
