TIN with National ID
Verify National ID
This endpoint allows TIN verification in Rwanda. It utilizes the Rwanda National ID system to validate the TIN, ensuring accuracy and reliability in tax-related processes. As a result, organizations and individuals can confidently rely on the verified TINs obtained through this endpoint for various tax-related processes, including tax filings, compliance checks, and financial transactions. You can additionally utilize the endpoint to validate national IDs.
TEST DATA
number: 1122334455667788
POST
{{URL}}/identitypass/verification/rw/nid
Header
Key | Description |
---|---|
app-id | Your App ID |
x-api-key | Your Secret Key |
Body
Key | Description |
---|---|
number | Your national id |
Response
{
"status": true,
"response_code":"00",
"detail":"Verification Successful",
"data":{
"name":"",
"tin":"",
}
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
detail | This field indicates the detail of the response. |
data | It is a string that contains some encrypted or encoded data related to the verification. |
name | The name of the person whose ID was verified. |
tin | The taxpayer identification number of the person whose ID was verified. |
Updated over 1 year ago