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
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameters
Body | Type | Description | |
---|---|---|---|
pin * | string | The PIN number | required |
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"
}
Updated 11 months ago