National Identity Number
TEST DATA
number: 101010
customer_name: John Doe
POST
{{URL}}/api/v2/biometrics/merchant/data/verification/ke/national_id/new
Allows merchants to verify information of users using National ID and other identifiers.
Headers
Name
Type
Description
x-api-key*
String
<your secret key>
app-id*
String
your app id
Request Body
Name
Type
Description
customer_reference*
String
unique user ref
customer_name*
String
lastname of user
number*
String
NATIONAL ID
{
"status":true,
"message":"Information Validated",
"response_code":"00",
"data":{
"identity_type": "",
"identity_number": "",
"identity_name": "SURNAME FIRSTNAME MIDDLENAME",
"date_of_birth": "",
"gender": "",
"photo": "",
"transaction_id": "",
"usr_password": "",
"place_of_birth": "",
"place_of_live": "",
"date_of_issue": "",
"id_serial_number": "",
"expiry_date": ""
}
}
Last updated