Peleza β€” Trust built on data
πŸ‡°πŸ‡ͺ Kenya
On this page

KRA PIN by PIN

Look up taxpayer details using a known KRA PIN (e.g. A100284531Z).

Request

POST/api/v1/kra-pin-by-pin
{{baseUrl}}/api/v1/kra-pin-by-pin
HeaderTypeDescription
AuthorizationstringBearer YOUR_ACCESS_TOKEN from the OAuth client-credentials flow
Content-Typestringapplication/json

Body Parameters

ParameterTypeDescriptionRequired
kra_pinstringKRA PIN to look uprequired

Response

200 OKSample dataExample response
{
  "success": true,
  "response_code": 200,
  "message": "KRA PIN details fetched successfully",
  "data": {
    "kra_pin": "A100284531Z",
    "taxpayer_name": "James Kamau",
    "taxpayer_type": "Individual",
    "status": "Active"
  },
  "request_id": "550e8400-e29b-41d4-a716-446655440000"
}

Response Fields

FieldTypeDescription
successbooleanWhether the request succeeded
response_codenumberApplication response code (typically mirrors HTTP)
messagestringHuman-readable status message
dataobjectPayload for the verified resource
request_idstringUUID for support and audit trails

Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.