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

# Settlement status

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

## SettlementStatus

Possible statuses for a settlement throughout its lifecycle.

| Value | Meaning |
|---|---|
| `pending` | Settlement has been scheduled but not yet initiated |
| `processing` | Settlement is currently being processed |
| `completed` | Settlement has been successfully completed |
| `failed` | Settlement failed to process |
