Lookup Kenya KRA PIN

Lookup if a Kenya KRA PIN is genuine

This endpoint allows you to Lookup if a Kenya KRA PIN is genuine

Request

{{baseUrl}}/api/v1/ke/kyc/kra?pin=A000000010

Header

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameters

BodyTypeDescription
pin *stringThe PIN numberrequired

Response Sample

{
  "entity": {
    "current_status": "Registered",
    "effective_from_date": "23/03/2006",
    "effective_to_date": "",
    "obligation_name": "Income Tax - Resident Individual",
    "pin": "A000000010",
    "pin_status": "Active",
    "taxpayer_name": "FIONA NYAWERA"
  }
}
{
  "message": "kra pin not found"
}

What’s Next