Tax Identification Number

This endpoint allows you to verify a tax identification number of individuals in Ghana

In Ghana, this endpoint presents a robust solution that empowers businesses and organizations to automate the procedure of validating individuals' Tax Identification Numbers (TINs). By making use of this endpoint, you acquire access to a user-friendly and effective method for validating the TINs of potential users, ensuring the accuracy and up-to-dateness of your records.

To make use of this endpoint, you have the choice to input either the individual's tax identification number or their Ecowas card number for verification. This adaptability ensures that you have multiple avenues to cross-check the information and carry out a thorough TIN validation.

Please note that this endpoint exclusively validates TINs for individuals and does not cover businesses.

👍

TEST DATA

number: 202313424535

📘

POST

{{URL}}/identitypass/verification/gh/tin

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
numberEither Ghana Tin Number or Ghana(Ecowas) Card Number

Sample Response

{
    "status": true,
    "response_code": "00",
    "data": {
        "success": true,
        "valid": true
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
response_codeRepresents the response code.
dataIt is a string that contains some encrypted or encoded data related to the verification.
successIndicates whether the request was successful or not.
validIndicates whether the data being checked is valid or not.