CustomerDataNgPassport
The passport number (e.g. "A13456720"). Spaces are stripped.
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.
The sex of the passport holder
Possible values: [F, M]
Nationality of the document holder (ISO-3, e.g. "NGA").
The birth date of the document holder (bilingual DD MMM/MMM YY on the document)
The issue date of the document (bilingual DD MMM/MMM YY on the document)
The expiration date of the document (bilingual DD MMM/MMM YY on the document)
The birthplace
Issuing Authority (e.g. "JOS", "ABUJA HQRS")
{
"documentNumber": "string",
"nin": "string",
"sex": "F",
"nationality": "string",
"birthDate": {},
"issueDate": {},
"expirationDate": {},
"birthplace": "string",
"authority": "string"
}