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

# Payouts Disabled by Payment Provider

> Payouts have been disabled by the payment provider

## Cause

The payment provider has disabled payout functionality for this account.

## Fix

Contact the payment provider or support to resolve any account issues that may have caused payouts to be disabled.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [List a cursor page of payouts for the given business](/api-reference/payouts/list-a-cursor-page-of-payouts-for-the-given-business)
* [List payouts for the given business](/api-reference/payouts/list-payouts-for-the-given-business)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/payoutsDisabledByPaymentProvider",
  "title": "Payouts Disabled by Payment Provider",
  "status": 422,
  "detail": "The payment provider has disabled payout functionality for this account."
}
```
