WHT Checker
Kenya Withholding Tax (WHT) Checker endpoint allows you to check if a Kenyan WHT certificate is valid or not. It is used by businesses to determine if the WHT certificate of their users are viable as this will help them either proceed to pay the WHT on behalf of their payees or make a well informed decision about the WHT status.
The Kenya WHT Checker endpoint is a valuable tool for businesses who must comply with Kenyan tax laws. The endpoint is easy to use and provides accurate information about WHT liability.
TEST DATA
obligation_type: vat
certificate_number: 10000000
withholder_pin: 123456789
payee_pin: 123456789
POST
{{URL}}/identitypass/verification/ke/wht
Request Header
Key | Description |
---|---|
x-api-key | Your Secret Key |
app-id | Your app id |
Request Body
Key | Description |
---|---|
obligation_type | Type of tax obligation |
certificate_number | The certificate number |
withholder_pin | The withholder's PIN |
payee_pin | The payee's PIN |
Sample Response
{
"status": true,
"response_code": "00",
"data": "The Withholding Certificate that you are trying to confirm is VALID."
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
data | A string providing the information about the result of the WHT validation |
Updated 8 months ago