Form fixture
- Input
- test form → required identifier field
- Expected output
- ITIN → plausible synthetic value
Use it when a form needs to accept ITIN without depending on real data.
ITIN validation rules
This page focuses on using synthetic ITIN in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept ITIN without depending on real data.
The local rule covers 9 prefix with IRS-recognized ITIN groups; it does not cover official lookup or registry existence.
No. ITIN is for federal tax purposes and does not replace SSN for benefits or work authorization.
No. It is a test value with plausible format or digits, without lookup in official databases.
ITIN is tax-focused; the synthetic number does not authorize work, immigration, credit or general identification.
Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.
Generation happens locally in the browser. Analytics receives only action, status, type and format — never the generated ITIN.