# SettlementStatus

Lifecycle status of a settlement batch.

* `PENDING` - Open batch. Transactions for the period are still being aggregated; the batch is evaluated on `scheduledAt`.
* `COMPLETED` - Aggregation closed with a positive balance, reserve calculated, and the net amount queued for bank transfer to `iban`.
* `SUSPENDED` - On hold. May follow consecutive negative-balance cycles or a manual hold. Excluded from automatic transfer until cleared.

```
enum SettlementStatus {

  COMPLETED

  PENDING

  SUSPENDED

}
```

### Values[​](#values "Enlace directo al Values")

#### [`SettlementStatus.COMPLETED`](#completed)[​](#completed "Enlace directo al completed")

#### [`SettlementStatus.PENDING`](#pending)[​](#pending "Enlace directo al pending")

#### [`SettlementStatus.SUSPENDED`](#suspended)[​](#suspended "Enlace directo al suspended")

### Member Of[​](#member-of "Enlace directo al Member Of")

[`AccountSettlement`](https://docs.monei.com/es/es/apis/graphql/types/objects/account-settlement/.md) object ● [`SettlementEventObject`](https://docs.monei.com/es/es/apis/graphql/types/objects/settlement-event-object/.md) object
