Verify Identity Document Input
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
IdDocumentType Type of ID document being presented.
Link copied to clipboard
String Base64 encoded image of person's face.
Link copied to clipboard
String Base64 encoded image of front of government ID document.