TCC Checker

Allows merchants verify TCC number of customers

The Kenya Tax Clearance Certificate (TCC) Checker endpoint allows businesses to verify TCCs. This is particularly useful for businesses that need to validate the TCC status of their customers before engaging in transactions to ensure that they only deal with compliant customers.

👍

TEST DATA

number: KRAMT123456789B

📘

POST

{{URL}}/identitypass/verification/ke/tax/tcc

Request Header

KeyDescription
x-api-keyYour Secret Key
app-idYour app id

Request Body

KeyDescription
numberTCC number

Sample Response

{
    "status": true,
    "response_code": "00",
    "data": {
        "pin_number": "A123456789B",
        "tcc_number": "KRAMT123456789B",
        "name": "ABB Pay Limited",
        "tcc_status": "Expired",
        "expiry_date": "13/04/2023"
    }
}

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.
pin_numberA string representing the PIN number associated with the entity being checked.
tcc_numberA string representing the TCC number (Tax Clearance Certificate number) for the entity.
nameA string representing the name of the entity being checked.
tcc_statusA string indicating the current status of the Tax Clearance Certificate.
expiry_dateA string representing the expiry date of the Tax Clearance Certificate.