# RejectedReason

Reason an account was rejected. Deprecated in favor of `StatusReason`.

* `INCOMPLETE_DOCS` - Required documents were not provided.
* `NOT_COMPLIANT` - Business does not comply with MONEI's policies.
* `RESTRICTED_CATEGORY` - Business operates in a restricted category.
* `OTHER` - Other reason; see `rejectedNote`.

```
enum RejectedReason {

  INCOMPLETE_DOCS

  NOT_COMPLIANT

  RESTRICTED_CATEGORY

  OTHER

}
```

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

#### [`RejectedReason.INCOMPLETE_DOCS`](#incomplete-docs)[​](#incomplete-docs "Enlace directo al incomplete-docs")

#### [`RejectedReason.NOT_COMPLIANT`](#not-compliant)[​](#not-compliant "Enlace directo al not-compliant")

#### [`RejectedReason.RESTRICTED_CATEGORY`](#restricted-category)[​](#restricted-category "Enlace directo al restricted-category")

#### [`RejectedReason.OTHER`](#other)[​](#other "Enlace directo al other")

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

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