# gelato\_selfie\_report

From **Stripe API**.

Result from a selfie check

- Type: `object`

## Properties

### `document`

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

ID of the [File](https://stripe.com/docs/api/files) holding the image of the identity document used in this check.

### `error`

- Required: false
- Nullable: true

Details on the verification error. Present when status is `unverified`.

### `selfie`

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

ID of the [File](https://stripe.com/docs/api/files) holding the image of the selfie used in this check.

### `status`

- Required: true
- Type: `string`
- Allowed values: `"unverified"`, `"verified"`

Status of this `selfie` check.

## JSON Schema

```json
{"description":"Result from a selfie check","properties":{"document":{"description":"ID of the [File](https://stripe.com/docs/api/files) holding the image of the identity document used in this check.","maxLength":5000,"nullable":true,"type":"string"},"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_selfie_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"selfie":{"description":"ID of the [File](https://stripe.com/docs/api/files) holding the image of the selfie used in this check.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Status of this `selfie` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true}},"required":["status"],"title":"GelatoSelfieReport","type":"object","x-expandableFields":["error"]}
```
