Skip to main content

CustomerDataNgNinDigitalSlip

ninstring

The 11-digit National Identification Number (NIN), e.g. "12345678901". Spaces are stripped, so the grouped print ("1234 567 8901") is also accepted.

sexstring

The sex of the document holder β€” send "M"/"F"; the slip prints the full word ("MALE"/"FEMALE")

Possible values: [F, M]

birthDateobject

The date of birth as printed on the slip in DD MMM YYYY format (e.g. 14 SEP 1994)

issueDateobject

The issue date as printed on the slip in DD MMM YYYY format (e.g. 04 FEB 2026)

CustomerDataNgNinDigitalSlip
{
"nin": "string",
"sex": "F",
"birthDate": {},
"issueDate": {}
}