Form fixture
- Input
- test form → required identifier field
- Expected output
- EIN → plausible synthetic value
Use it when a form needs to accept EIN without depending on real data.
EIN for test fixtures
This page focuses on using synthetic EIN in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept EIN without depending on real data.
The local rule covers 9 digits with a valid prefix from the public IRS list; it does not cover official lookup or registry existence.
Not like CPF/CNPJ. Basic validation uses length and IRS-valid prefixes.
No. It is a test value with plausible format or digits, without lookup in official databases.
a valid prefix does not confirm a company, tax status, bank account or tax authorization.
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 EIN.