TIN with Passport

Verify Passport

The Tax Identification Number (TIN) is a unique identifier assigned to individuals and businesses for tax purposes. In Rwanda, the TIN is an essential requirement for various financial and administrative transactions. This endpoint allows the verification of TIN using Rwanda passports. You can also utilize the endpoint to validate Passports.

👍

number: PD000000

📘

POST

{{URL}}/identitypass/verification/rw/passport

Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Body

KeyDescription
numberYour passport number

Response

{
    "status": true,
    "response_code":"00",
    "detail":"Verification Successful",
    "data":{
          "name":"",
          "tin":"",
    }
 }

Response Description

ResponseDescription
statusIndicates that the request was successful.
response_codeRepresents the response code.
detailThis field indicates the detail of the response.
dataIt is a string that contains some encrypted or encoded data related to the verification.
nameThe name of the person whose ID was verified.
tinThe taxpayer identification number of the person whose ID was verified.