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
Key | Description |
---|---|
app-id | Your App ID |
x-api-key | Your Secret Key |
Request Body
Key | Description |
---|---|
number | Either Ghana Tin Number or Ghana(Ecowas) Card Number |
Sample Response
{
"status": true,
"response_code": "00",
"data": {
"success": true,
"valid": true
}
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
data | It is a string that contains some encrypted or encoded data related to the verification. |
success | Indicates whether the request was successful or not. |
valid | Indicates whether the data being checked is valid or not. |
Updated over 1 year ago