{
"passportNumber": "000000000",
"firstName": "John",
"lastName": "Test",
"middleName": "",
"phoneNumber": "01234567890",
"gender": "Male",
"issuedAt": "ALAUSA, LAGOS",
"issuedDate": "2021-06-04",
"expiryDate": "2026-06-03",
"dateOfBirth": "1980-12-22",
"photo": "Base64",
"signature": "Base64",
"type": "PASSPORT"
}
Response Parameters
Name | Description | Type |
---|---|---|
passportNumber | Customer's passport number | string |
firstName | Captures the first name | string |
lastName | Captures the last name | string |
middleName | Captures the middle name | string |
phoneNumber | Captures the phone number | string |
gender | Captures the gender | string |
issuedAt | Captures the issuance place | string |
issuedDate | Captures the issued date | string |
expiryDate | Captures the expiry date | string |
dateOfBirth | Captures the date of birth | string |
photo | Captures the customer picture | base64 |
base64 | Captures the signature picture | base64 |
type | Captures the type of KYC Integration | string |