Step 1: Create an applicant
Create an applicant to associate the verification with.- Curl
- Python
Step 2: Submit TIN verification request
Provide the TIN and the legal business name. The TIN may contain dashes (they are ignored); it must contain 9 digits.- Curl
- Python
Request body
Step 3: Poll for the result
The check typically completes within a few seconds. Poll the result endpoint until the status changes frominitial.
- Curl
- Python
Response data
Theresponse_data.result object contains the full IRS TIN-matching outcome. Fields the IRS does
not return are omitted. The complete schema is in the
API reference.