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

# Stripe Payout Failed

> Stripe could not complete the payout

## Cause

Stripe rejected or failed the payout while Guile was sending it, so the funds did not leave for the destination.

## Fix

Inspect the payout failure detail, correct the destination or amount if needed, then create a new payout.

## Retry safety

Safe to retry with a new idempotency key.

## Raised by

No current operation documents this problem type in the OpenAPI definition. If you receive it in production, treat that as a contract gap and tell us.

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/stripePayoutFailed",
  "title": "Stripe Payout Failed",
  "status": 502,
  "detail": "Stripe rejected the payout to the connected account destination."
}
```
