# BusinessStatus

Verification status of the merchant business against the public registry.

* `processing` - Verification in progress.
* `under_review` - Manual review by MONEI compliance.
* `active` - Verified active business.
* `inactive` - Business is inactive.
* `dissolved` - Business has been dissolved.
* `renamed` - Business name changed; details require update.
* `transformed` - Legal structure changed; details require update.
* `not_found` - Business not found in the public registry.
* `in_formation` - Company registered but not yet active.
* `resubmission_requested` - Updated business details required.

```
enum BusinessStatus {

  active

  under_review

  inactive

  dissolved

  renamed

  transformed

  processing

  not_found

  in_formation

  resubmission_requested

}
```

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

#### [`BusinessStatus.active`](#active)[​](#active "Direct link to active")

#### [`BusinessStatus.under_review`](#under-review)[​](#under-review "Direct link to under-review")

#### [`BusinessStatus.inactive`](#inactive)[​](#inactive "Direct link to inactive")

#### [`BusinessStatus.dissolved`](#dissolved)[​](#dissolved "Direct link to dissolved")

#### [`BusinessStatus.renamed`](#renamed)[​](#renamed "Direct link to renamed")

#### [`BusinessStatus.transformed`](#transformed)[​](#transformed "Direct link to transformed")

#### [`BusinessStatus.processing`](#processing)[​](#processing "Direct link to processing")

#### [`BusinessStatus.not_found`](#not-found)[​](#not-found "Direct link to not-found")

#### [`BusinessStatus.in_formation`](#in-formation)[​](#in-formation "Direct link to in-formation")

#### [`BusinessStatus.resubmission_requested`](#resubmission-requested)[​](#resubmission-requested "Direct link to resubmission-requested")

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

[`BusinessData`](https://docs.monei.com/apis/graphql/types/objects/business-data/.md) object
