KRA PIN Checker
# Introduction
This helps to verify KRA PIN validity:
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Spincrunch Search type you want to do. id_no if checking by ID Number and pin if checking by KRA PIN | String |
| identifier | Either KRA PIN number or ID number based on the search type you are using | String |
| consent | Indicates whether the data owner has consented to identity verification 1 if yes 0 if no. | String |
| consent_collected_by | Name or identifier of the person who provided the data owner’s consent. | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# KRA PIN Checker
'search_type' is
pin,identifieris the client's ID Number or KRA PIN
Search details on a customer. As sample response is as follows:
{
"ResponseCode": "23000",
"Message": "Valid PIN",
"Status": "OK",
"PINDATA": {
"KRAPIN": "A***7Q",
"TypeOfTaxpayer": "Individual",
"Name": "J**h M**ua M**ga",
"StatusOfPIN": "Active"
}
}