find_inn_by_passport
Retrieve a person's INN (taxpayer ID) by entering their passport details, full name, and date of birth. Uses the Russian FNS API.
Instructions
Find a person's INN by passport data and birthday (via FNS API). Availability not guaranteed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | First name (имя) | |
| surname | Yes | Surname (фамилия) | |
| birthdate | Yes | Date of birth, DD.MM.YYYY | |
| patronymic | No | Patronymic (отчество) | |
| passport_number | Yes | Passport number, e.g. '346825' | |
| passport_series | Yes | Passport series, e.g. '45 04' |