> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pay.plexos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Settlements Overview

> Batch payout processing

## Settlements

Settlements represent batches of payments that have been processed for payout to your bank account.

### Settlement Lifecycle

```
PENDING → PROCESSING → COMPLETED
                    ↘ FAILED
```

### Endpoints

| Method | Path                      | Description        |
| ------ | ------------------------- | ------------------ |
| `GET`  | `/v1/settlements/{id}`    | Get a settlement   |
| `GET`  | `/v1/settlements`         | List settlements   |
| `POST` | `/v1/settlements/process` | Trigger processing |
