TIN

Validate a Tax Identification Number (TIN)

Our TIN Validation endpoint allows businesses to securely and efficiently verify their customers' Tax Identification Numbers (TIN). This service ensures the integrity and accuracy of tax-related data, facilitating smoother compliance with local tax regulations.

Key Features:

  • Instant Verification: Confirm the validity of the TIN quickly.

📘

GET (LIVE)

{{URL}}/dikript/verification/api/v1/gettin

📘

GET (TEST)

{{URL}}/dikript/test/api/v1/gettin

Parameter

KeyDescription
tintin number valid format (XXXXXXXX-XXXX)

Header (LIVE)

KeyDescription
x-api-keyYour Secret Key

Header (TEST)

KeyDescription
x-api-keyYour Public Key

Responses

{
    "status": true,
    "message": "Successful",
    "code": "200",
    "apiVersion": "v1",
    "transactionRef": "N202410230353573933",
    "data": {
        "tin": "244***52-0**1",
        "taxpayerName": "TEST IT SOLUTIONS",
        "cacRegNo": "3****42",
        "jittin": "",
        "taxOffice": " ISOLO",
        "phone": "0803****682",
        "email": "ch****[email protected]",
        "entityType": ""
    },
    "error": null
}
{
    "message": "Unsuccessful",
    "code": "400",
    "apiVersion": "v1",
    "transactionRef": "N202401101345487388",
    "data": "",
    "error": {
        "code": 400,
        "message": null
    }
}
{
    "status": true,
    "message": "nin not found",
    "code": "200",
    "apiVersion": "v1",
    "transactionRef": "N202401101323024787",
    "data": {
        "firstName": "",
        "birthDate": "",
        "employmentStatus": "",
        "gender": "",
        "middleName": "",
        "nin": "",
        "vNin": "",
        "email": "",
        "otherName": "",
        "profession": "",
        "birthCountry": "",
        "otherSpokenLang": "",
        "nokFirstName": "",
        "nokLastName": "",
        "nokMiddleName": "",
        "photo": "",
        "residenceAdressLine1": "",
        "residenceAdressLine2": "",
        "residenceLga": "",
        "residenceState": "",
        "selfOriginState": "",
        "selfOriginLga": "",
        "selfOriginPlace": "",
        "signature": "",
        "surname": "",
        "telephoneNo": "",
        "title": "",
        "trackingId": ""
    },
    "error": null
}