Verify Tax PIN
This section contains api endpoint to verify a Kenyan tax PIN number, as well as request and response sample
Identity Verification
POST
{{baseurl}}/v2/api/identity/ke/pin-check
Headers
Name | Type | Description |
---|---|---|
token* | String | API secret token |
Request Body
Name | Type | Description |
---|---|---|
id* | String | Candidates pin number |
isSubjectConsent* | Boolean | Indicate subject has given consent. Must be true |
metadata | Object | Metadata object. Any valid object can be passed here. It gets returned as is. |
Verify Tax Pin
This is used to verify that a provided Kenyan Tax PIN exists in the database. It shows the information of the taxpayer.
Tax PIN Verification Found Sample
This contains a request and response sample of a valid and existing tax pin.
Tax PIN Verification Not Found Sample
This contains a response sample of a non-existing tax pin.
Last updated