<!-- ZenPays documentation · https://docs.zenpayz.com/docs/reference/enums/payout-status -->

# Payout status

These values are generated from the SDK's own types, so they always match what
the shipped client accepts.

## PayoutStatus

Possible statuses for a payout throughout its lifecycle.

| Value | Meaning |
|---|---|
| `pending` | Payout has been created but not yet processed |
| `processing` | Payout is currently being processed |
| `completed` | Payout has been successfully completed |
| `failed` | Payout failed to process |
| `cancelled` | Payout was cancelled before completion |

## PayoutIntentStatus

Status of a payout intent.

| Value | Meaning |
|---|---|
| `requires_confirmation` | — |
| `processing` | — |
| `succeeded` | — |
| `failed` | — |
| `cancelled` | — |
| `expired` | — |
