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

Request Body

{
    "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