| Name | Type | Description | Notes |
|---|---|---|---|
| callback | Callback | ||
| frontImage | String | The base64 encoded front image of the document to be checked in either jpg or png file format | |
| backImage | String | The base64 encoded back image of the document to be checked in either jpg or png file format | [optional] |
| selfieImage | String | The base64 encoded selfie image to be checked in either jpg or png file format | [optional] |
| minimumAcceptedAge | Integer | The minimum accepted age in years for a DocumentCheck. Defaults to 18 if not provided | [optional] |
| documentType | DocumentTypeEnum | The type of the document | [optional] |
| documentCountry | String | The document's country in ISO 3166-1 alpha-2 format | [optional] |
| Name | Value |
|---|---|
| PASSPORT | "passport" |
| DRIVING_LICENSE | "driving_license" |
| NATIONAL_IDENTITY_CARD | "national_identity_card" |
| RESIDENCE_PERMIT | "residence_permit" |
| VISA | "visa" |
| UNKNOWN | "unknown" |