{
"nin": "6*********1",
"firstName": "ABC",
"middleName": "DEF",
"lastName": "XYZ",
"dateOfBirth": "1990-01-01",
"gender": "M",
"phoneNumber": "2***********9",
"photo": "BASE64",
"customer": "d*******-8**5-4**1-9**4-f**********2",
"type": "NIN"
}
Response Parameters
Name | Description | Type |
---|---|---|
nin | Customer's NIN | string |
firstName | Captures the first name | string |
lastName | Captures the last name | string |
middleName | Captures the middle name | string |
dateOfBirth | Captures the date of birth | string |
gender | Captures the gender | string |
phoneNumber | Captures the phone number | string |
photo | Captures the photo | base64 |
customer | Captures the customer id | string |
type | Captures the type of KYC Integration | string |