# NotConfiguredReason

Reason an account is in `NOT_CONFIGURED` state. Deprecated in favor of `StatusReason`.

* `REAL_HOLDERS_DOCS` - Beneficial-owner documents are missing.
* `NON_COMMERCIAL_COMPANY_DOCS` - Non-commercial company documents are missing.
* `NON_COMPLIANT_WEBSITE` - Website does not meet MONEI's requirements.
* `OTHER_COMPANY_WEBSITE` - Website belongs to a different company.
* `HIGH_RISK_GOODS` - Products fall in a high-risk category.
* `JOINT_OWNERSHIP` - Joint ownership; additional documents are required.
* `REPEAT_ONBOARDING` - A previous onboarding attempt exists for this business.
* `CBD_PRODUCTS` - Sells CBD products.
* `OTHER` - Other reason; see `notConfiguredNote`.

```
enum NotConfiguredReason {

  REAL_HOLDERS_DOCS

  NON_COMMERCIAL_COMPANY_DOCS

  NON_COMPLIANT_WEBSITE

  OTHER_COMPANY_WEBSITE

  HIGH_RISK_GOODS

  JOINT_OWNERSHIP

  REPEAT_ONBOARDING

  CBD_PRODUCTS

  OTHER

}
```

### Values[​](#values "Direct link to Values")

#### [`NotConfiguredReason.REAL_HOLDERS_DOCS`](#real-holders-docs)[​](#real-holders-docs "Direct link to real-holders-docs")

#### [`NotConfiguredReason.NON_COMMERCIAL_COMPANY_DOCS`](#non-commercial-company-docs)[​](#non-commercial-company-docs "Direct link to non-commercial-company-docs")

#### [`NotConfiguredReason.NON_COMPLIANT_WEBSITE`](#non-compliant-website)[​](#non-compliant-website "Direct link to non-compliant-website")

#### [`NotConfiguredReason.OTHER_COMPANY_WEBSITE`](#other-company-website)[​](#other-company-website "Direct link to other-company-website")

#### [`NotConfiguredReason.HIGH_RISK_GOODS`](#high-risk-goods)[​](#high-risk-goods "Direct link to high-risk-goods")

#### [`NotConfiguredReason.JOINT_OWNERSHIP`](#joint-ownership)[​](#joint-ownership "Direct link to joint-ownership")

#### [`NotConfiguredReason.REPEAT_ONBOARDING`](#repeat-onboarding)[​](#repeat-onboarding "Direct link to repeat-onboarding")

#### [`NotConfiguredReason.CBD_PRODUCTS`](#cbd-products)[​](#cbd-products "Direct link to cbd-products")

#### [`NotConfiguredReason.OTHER`](#other)[​](#other "Direct link to other")

### Member Of[​](#member-of "Direct link to Member Of")

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