# gelato\_selfie\_report\_error

From **Stripe API**.

- Type: `object`

## Properties

### `code`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"selfie_document_missing_photo"`, `"selfie_face_mismatch"`, `"selfie_manipulated"`, `"selfie_unverified_other"`

A short machine-readable string giving the reason for the verification failure.

### `reason`

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

A human-readable message giving the reason for the failure. These messages can be shown to your users.

## JSON Schema

```json
{"properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["selfie_document_missing_photo","selfie_face_mismatch","selfie_manipulated","selfie_unverified_other"],"nullable":true,"type":"string"},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoSelfieReportError","type":"object","x-expandableFields":[]}
```
