# legal\_entity\_company\_verification\_document

From **Stripe API**.

- Type: `object`

## Properties

### `back`

- Required: false
- Nullable: true

The back of a document returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `additional_verification`.

### `details`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

A user-displayable string describing the verification state of this document.

### `details_code`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

One of `document_corrupt`, `document_expired`, `document_failed_copy`, `document_failed_greyscale`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_not_readable`, `document_not_uploaded`, `document_type_not_supported`, or `document_too_large`. A machine-readable code specifying the verification state for this document.

### `front`

- Required: false
- Nullable: true

The front of a document returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `additional_verification`.

## JSON Schema

```json
{"properties":{"back":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The back of a document returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `additional_verification`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"details":{"description":"A user-displayable string describing the verification state of this document.","maxLength":5000,"nullable":true,"type":"string"},"details_code":{"description":"One of `document_corrupt`, `document_expired`, `document_failed_copy`, `document_failed_greyscale`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_not_readable`, `document_not_uploaded`, `document_type_not_supported`, or `document_too_large`. A machine-readable code specifying the verification state for this document.","maxLength":5000,"nullable":true,"type":"string"},"front":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The front of a document returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `additional_verification`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}}},"title":"LegalEntityCompanyVerificationDocument","type":"object","x-expandableFields":["back","front"]}
```
