Identity Number Verification

Verify multiple IDs with this endpoint

This robust endpoint allows users to verify a number of Tanzanian IDs by just changing the ID details.

Possible IDs to be verified includes Zanzibar Resident ID, National ID and Voters ID, TIN, Drivers License.

👍

TEST DATA:

Id number : 110000008

id type : TIN

country : TZ

issued date : 2016-08-30

📘

Post: [https://api.prembly.com/identitypass/verification/tz/id]

Request Body

keydescription
id_numberIdentity card number
id_typeType of ID
countryCountry of ID reg
issue_datedate issued

Request Header

keydescription
x-api-keyyour api-key
app-idyour app-id

Sample Response

{
  "status": true,
  "detail": "Verification Successful",
  "response_code": "00",
  "data": {
    "taxpayerId": "110000008",
    "taxpayerName": "",
    "firstName": "PAUL0",
    "middleName": "KIDAIIII",
    "lastName": "BOMANANI",
    "dateOfBirth": "1988-03-10T00:00:00",
    "dateOfRegistration": "2016-08-30T13:55:29",
    "gender": "M",
    "isPerson": true,
    "postalAddress": "1009",
    "postalCity": "DAR ES SALAAM",
    "plotNumber": "",
    "blockNumber": "",
    "region": "Dar es Salaam",
    "district": "Kinondoni",
    "street": "LUGALO STREET UPANGA",
    "tel1": "250101010172",
    "tel2": "250101010172",
    "mobile": "",
    "fax": "",
    "email": "",
    "numberOfEmployees": 0,
    "person": true
     }
        ]
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
    },
    "widget_info": {},
    "session": {},
    "endpoint_name": "Identity number Verification"
}