Skip to main content

CustomerDataNgPassport

documentNumberstring

The passport number (e.g. "A13456720"). Spaces are stripped.

ninstring

The 11-digit National Identification Number (NIN), printed as "Personal No." on the data page and encoded in the MRZ personal number field. Spaces are stripped, so a grouped form is also accepted. Some genuine passports (e.g. issued abroad) do not carry it β€” in that case the field is not verified against the document.

sexstring

The sex of the passport holder

Possible values: [F, M]

nationalitystring

Nationality of the document holder (ISO-3, e.g. "NGA").

birthDateobject

The birth date of the document holder (bilingual DD MMM/MMM YY on the document)

issueDateobject

The issue date of the document (bilingual DD MMM/MMM YY on the document)

expirationDateobject

The expiration date of the document (bilingual DD MMM/MMM YY on the document)

birthplacestring

The birthplace

authoritystring

Issuing Authority (e.g. "JOS", "ABUJA HQRS")

CustomerDataNgPassport
{
"documentNumber": "string",
"nin": "string",
"sex": "F",
"nationality": "string",
"birthDate": {},
"issueDate": {},
"expirationDate": {},
"birthplace": "string",
"authority": "string"
}