Tax Identification Number Verification

Verify Tanzanian Tax IDs with this endpoint

This endpoint allows users to verify the Tanzanian Tax IDs.

👍

Test Data:

Id number : 111333222

id type : TIN

country : TZ

issued date : 2019-01-01

📘

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

Request Body

keydescription
id_numberIdentity card number
id_typeType of ID i.e. TIN
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 Successfull",
      "response_code": "00",
      "data": {
          "taxpayerId": "111333222",
          "taxpayerName": "",
          "firstName": "JOHN",
          "middleName": "PAUL",
          "lastName": "DOE",
          "dateOfBirth": "1995-03-10T00:00:00",
          "dateOfRegistration": "2018-08-30T13:55:29",
          "gender": "M",
          "isPerson": true,
          "postalAddress": "10390",
          "postalCity": "DAR ES SALAAM",
          "region": "Dar es Salaam",
          "district": "Kinondoni",
          "street": "LUGALO STREET UPANGA",
          "mobile": "",
          "email": "",
          "numberOfEmployees": 0
      }
  }
      },
      "verification": 
          "status": "VERIFIED",
          "reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
      },
      "widget_info": {},
      "session": {},
      "endpoint_name": "Tax Identity number Verification"
  }