Format a bulk TIN file
Learn how to format your file for successful bulk TIN verification.
Your bulk check file must meet the following specifications:
-
File type: .txt (text file)
-
Delimiter: Semicolons (;)
-
Maximum entries: For best processing results, break up files containing over 500,000 lines.
Your file must include four columns in this exact order:
| Column | Description | Criteria |
|---|---|---|
| TIN Type (required) | The taxpayer identification number type | 1 for Employer Identification Number (EIN), 2 for Social Security Number (SSN), or 3 for Unknown TIN type |
| TIN Number (required) | The taxpayer identification number | Exactly nine digits with no hyphens or spaces. For example: 183421111 (not 183-42-1111). Invalid numbers are rejected, including repeating or sequential digits and any TIN less than 1000000. |
| Name (required) | The taxpayer's name | Maximum 70 characters. For individuals: "First Name Last Name" format. For businesses: Full business name. Names are automatically converted to uppercase during processing. |
| Account/Reference Number (optional) | Your own identifier for tracking results | Maximum 128 characters. Use for account numbers, customer IDs, and similar identifiers. |
-
Lines beginning with # are treated as comments and are ignored during processing.
-
Blank lines will cause an error.
The same TIN or name can't be included twice in the same file.
Each line should show values separated by semicolons as shown in the following examples.
Minimal example with only the three required columns:
2;183421111;Matthew Mulberry
1;562611111;Acme Incorporated
2;987654321;Jane Smith
Complete example including optional reference numbers:
2;183421111;Matthew Mulberry;ACCT-89765
1;562611111;Acme Incorporated;VENDOR-001
2;987654321;Jane Smith;CUST-12345
2;183421111;Matthew Mulberry;89765
1;562611111;Acme Incorporated;
Upload your file for bulk TIN matching.
For troubleshooting help, read Bulk file validation errors.
