Verify Tax PIN
This section contains api endpoint to verify a Kenyan tax PIN number, as well as request and response sample
Last updated
Was this helpful?
Was this helpful?
{
"success": true,
"statusCode": 200,
"message": "success",
"data": {
"id": "68bfeb90aa5fe513b07a3e01",
"parentId": null,
"status": "found",
"reason": null,
"dataValidation": false,
"selfieValidation": false,
"pin": "A009274632R",
"pinCurrentStatus": "Registered",
"effectiveFromDate": "2013-12-31",
"effectiveToDate": null,
"itaxStatus": "iPage Updated",
"obligationName": "Income Tax - Resident Individual",
"pinStatus": "Active",
"taxpayerName": "Remmy Simiyu Wanjala",
"idNumber": "A009274632R",
"isConsent": true,
"businessId": "65114a8ded14f6cf554e6b34",
"type": "kePinCheck",
"allValidationPassed": true,
"requestedAt": "2025-09-09T08:55:44.963Z",
"requestedById": "65114a8eed14f64d2d4e6b35",
"country": "KE",
"createdAt": "2025-09-09T08:55:44.971Z",
"lastModifiedAt": "2025-09-09T08:55:44.971Z",
"adverseMediaReport": null,
"amlReport": null,
"metadata": {},
"requestedBy": {
"firstName": "API",
"lastName": "User",
"middleName": "",
"id": "65114a8eed14f64d2d4e6b35"
}
},
"links": []
}{
"success": true,
"statusCode": 200,
"message": "success",
"data": {
"id": "68bfee49aa5fe513b07a3e19",
"parentId": null,
"status": "not_found",
"reason": "Invalid pin, please check your pin and try again.",
"dataValidation": false,
"selfieValidation": false,
"pin": null,
"pinCurrentStatus": null,
"effectiveFromDate": null,
"effectiveToDate": null,
"itaxStatus": null,
"obligationName": null,
"pinStatus": null,
"taxpayerName": null,
"idNumber": "A0092746321",
"isConsent": true,
"businessId": "65114a8ded14f6cf554e6b34",
"type": "kePinCheck",
"allValidationPassed": false,
"requestedAt": "2025-09-09T09:07:21.743Z",
"requestedById": "65114a8eed14f64d2d4e6b35",
"country": "KE",
"createdAt": "2025-09-09T09:07:21.752Z",
"lastModifiedAt": "2025-09-09T09:07:21.752Z",
"adverseMediaReport": null,
"amlReport": null,
"metadata": {},
"requestedBy": {
"firstName": "API",
"lastName": "User",
"middleName": "",
"id": "65114a8eed14f64d2d4e6b35"
}
},
"links": []
}{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}