Interface IdentityDocument

An identity document.

interface IdentityDocument {
    @type: "identityDocument";
    expiration_date: Date;
    front_side: DatedFile;
    number: string;
    reverse_side: DatedFile;
    selfie: DatedFile;
    translation: DatedFile[];
}

Properties

@type: "identityDocument"
expiration_date: Date

Document expiration date; may be null if not applicable.

front_side: DatedFile

Front side of the document.

number: string

Document number; 1-24 characters.

reverse_side: DatedFile

Reverse side of the document; only for driver license and identity card; may be null.

selfie: DatedFile

Selfie with the document; may be null.

translation: DatedFile[]

List of files containing a certified English translation of the document.