ExtractedPersonalData

public ExtractedPersonalData ExtractedPersonalData(String uniqueNumber, String name, String email, String dob, String gender, String address, String addressLine1, String addressLine2, String addressLine3, String city, String country, String eyeColor, String hairColor, String height, String weight, String parish, String lastName2, String firstName, String middleName, String lastName, String firstNameNonEng, String lastNameNonEng, String middleNameNonEng, String addressNonEng, String addressLine1NonEng, String addressLine2NonEng, String lastName2_doc, String firstName_doc, String middleName_doc, String lastName_doc, String name_doc, String dob_doc, String additionalNames, String additionalNamesNonEng, String phone, String district, String fingerprintUsedForVerification, String enrolledDate, String enrolledFaceImage, String state, String postalCode, String customerCode, String selfieImage, String nameDoc, String firstNameDoc, String middleNameDoc, String lastNameDoc, String lastName2Doc, String addressLine1Doc, String addressLine2Doc, String dateOfBirthDoc)

Parameters

uniqueNumber

This is a unique number that will be associated with the customer when enrolled or when performing future verifications

name

Name of the customer

email

Email address of the customer. Optional for any service

dob

Date of birth of the customer. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction.

gender

Gender of the customer. Valid values are M and F

address

This is the Address in which the identity document was issued. Either extracted from the barcode / MRZ or as defined in the template.

addressLine1

Address Line1 of the customer

addressLine2

Address Line2 of the customer

addressLine3

This is the Address in which the identity document was issued. Either extracted from the barcode / MRZ or as defined in the template.

city

City address of the customer

country

Country associated with the Customer

eyeColor

eyeColor extracted from the ID.

hairColor

hairColor extracted from the ID.

height

height extracted from the ID.

weight

weight extracted from the ID.

parish

parish extracted from the ID.

lastName2

This field is extracted from: - The barcode or MRZ (if present) - The front or back of the ID.

firstName

First name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present

middleName

Middle name extracted from either barcode, MRZ, or front of the ID when MRZ / barcode are not present

lastName

This field is extracted from: - The barcode or MRZ (if present) - The front or back of the ID.

firstNameNonEng

Non English first name, extracted from the front or back of the ID.

lastNameNonEng

Non English last name, extracted from the front or back of the ID.

middleNameNonEng

Non English middle name, extracted from the front or back of the ID.

addressNonEng

Non English address, extracted from the front or back of the ID.

addressLine1NonEng

Non English address line 1, extracted from the front or back of the ID.

addressLine2NonEng

Non English address line 2, extracted from the front or back of the ID.

lastName2_doc

This is the Last name2 in which the identity document was issued. Extracted from the document.

firstName_doc

This is the First Name in which the identity document was issued. Extracted from the document.

middleName_doc

This is the Middle name in which the identity document was issued. Extracted from the document.

lastName_doc

This is the Last name in which the identity document was issued. Extracted from the document.

name_doc

This is the full name in which the identity document was issued. Extracted from the document.

dob_doc

Date of Birth extracted from front of the ID.

additionalNames

This is the Additional name in which the identity document was issued. Extracted from the document.

additionalNamesNonEng

Non English Additional name, extracted from the front or back of the ID.

phone

Phone Number of the customer

district

District address of the customer

fingerprintUsedForVerification

Enrolled FP image of the customer. This should contain base64 customer photo.

enrolledDate

Enrolled date of the customer. Date will be formatted as dd/mm/yyyy format if parsed correctly after extraction.

enrolledFaceImage

Enrolled face image of the customer. This should contain base64 customer photo.

state

State of the customer.

postalCode

Postal code of the customer.

customerCode

Unique identifier that is system-generated when an enrollment has been successfully completed.

selfieImage

base64 selfie image data

nameDoc

This is the full name in which the identity document was issued. Extracted from the document.

firstNameDoc

This is the First Name in which the identity document was issued. Extracted from the document.

middleNameDoc

This is the Middle name in which the identity document was issued. Extracted from the document.

lastNameDoc

This is the Last name in which the identity document was issued. Extracted from the document.

lastName2Doc

This is the Last name in which the identity document was issued. Extracted from the document.

addressLine1Doc

This is the Address in which the identity document was issued. Extracted from the document.

addressLine2Doc

This is the Address in which the identity document was issued. Extracted from the document.

dateOfBirthDoc

Date of Birth extracted from front of the ID.