# 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 "Enlace directo al Values")

#### [`NotConfiguredReason.REAL_HOLDERS_DOCS`](#real-holders-docs)[​](#real-holders-docs "Enlace directo al real-holders-docs")

#### [`NotConfiguredReason.NON_COMMERCIAL_COMPANY_DOCS`](#non-commercial-company-docs)[​](#non-commercial-company-docs "Enlace directo al non-commercial-company-docs")

#### [`NotConfiguredReason.NON_COMPLIANT_WEBSITE`](#non-compliant-website)[​](#non-compliant-website "Enlace directo al non-compliant-website")

#### [`NotConfiguredReason.OTHER_COMPANY_WEBSITE`](#other-company-website)[​](#other-company-website "Enlace directo al other-company-website")

#### [`NotConfiguredReason.HIGH_RISK_GOODS`](#high-risk-goods)[​](#high-risk-goods "Enlace directo al high-risk-goods")

#### [`NotConfiguredReason.JOINT_OWNERSHIP`](#joint-ownership)[​](#joint-ownership "Enlace directo al joint-ownership")

#### [`NotConfiguredReason.REPEAT_ONBOARDING`](#repeat-onboarding)[​](#repeat-onboarding "Enlace directo al repeat-onboarding")

#### [`NotConfiguredReason.CBD_PRODUCTS`](#cbd-products)[​](#cbd-products "Enlace directo al cbd-products")

#### [`NotConfiguredReason.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
