# AccountStatus

Lifecycle status of a merchant account.

* `ACTIVE` - Account is active and can process payments.
* `PENDING_CONTRACT` - KYC review pending; onboarding is not yet complete.
* `PENDING_APPROVAL` - Contract signed, awaiting compliance review.
* `APPROVED` - Compliance review passed; payouts are being released.
* `NOT_CONFIGURED` - Additional information or documents are required (see `statusReason`).
* `SUSPENDED` - Temporarily disabled by MONEI (see `statusReason`).
* `REJECTED` - Compliance review failed (see `statusReason`).
* `DELETED` - Account permanently removed.
* `PENDING_REVIEW` - Re-review in progress after additional information was provided.

```
enum AccountStatus {

  ACTIVE

  PENDING_CONTRACT

  PENDING_APPROVAL

  APPROVED

  NOT_CONFIGURED

  SUSPENDED

  REJECTED

  DELETED

  PENDING_REVIEW

}
```

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

#### [`AccountStatus.ACTIVE`](#active)[​](#active "Enlace directo al active")

#### [`AccountStatus.PENDING_CONTRACT`](#pending-contract)[​](#pending-contract "Enlace directo al pending-contract")

#### [`AccountStatus.PENDING_APPROVAL`](#pending-approval)[​](#pending-approval "Enlace directo al pending-approval")

#### [`AccountStatus.APPROVED`](#approved)[​](#approved "Enlace directo al approved")

#### [`AccountStatus.NOT_CONFIGURED`](#not-configured)[​](#not-configured "Enlace directo al not-configured")

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

#### [`AccountStatus.REJECTED`](#rejected)[​](#rejected "Enlace directo al rejected")

#### [`AccountStatus.DELETED`](#deleted)[​](#deleted "Enlace directo al deleted")

#### [`AccountStatus.PENDING_REVIEW`](#pending-review)[​](#pending-review "Enlace directo al pending-review")

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

[`Account`](https://docs.monei.com/es/es/apis/graphql/types/objects/account/.md) object
