VerifyIdentityDocumentInput

data class VerifyIdentityDocumentInput(val imageBase64: String, val backImageBase64: String, val faceImageBase64: String? = null, val country: String, val documentType: IdDocumentType)

A request to verify an identity based on provided identity documents.

Constructors

Link copied to clipboard
constructor(imageBase64: String, backImageBase64: String, faceImageBase64: String? = null, country: String, documentType: IdDocumentType)

Properties

Link copied to clipboard

String Base64 encoded image of back of government ID document.

Link copied to clipboard

String ISO 3166-1 alpha-2 country code, e.g US.

Link copied to clipboard

IdDocumentType Type of ID document being presented.

Link copied to clipboard
val faceImageBase64: String? = null

String Base64 encoded image of person's face.

Link copied to clipboard

String Base64 encoded image of front of government ID document.