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

# Ineligible Destination

> The specified destination is not eligible for this payout type

## Cause

The destination account or card is not eligible for the requested payout method.

## Fix

Choose a different destination that supports the requested payout method, or use a different payout method.

## 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/ineligibleDestination",
  "title": "Ineligible Destination",
  "status": 422,
  "detail": "The destination account or card is not eligible for the requested payout method."
}
```
