TRN generator (Jamaica)
A Jamaican TRN is nine digits formatted 000-000-000 with no public checksum. These test values are synthetic.
Synthetic · not collision-guaranteed Validate a number →
160-599-267
Synthetic TRN (format-valid; no public checksum). Not a real issued number.
Format specification
| Identifier | Taxpayer Registration Number (TRN) |
|---|---|
| Country | 🇯🇲 Jamaica |
| Format | 000-000-000 |
| Length | 9 characters |
| Checksum | None |
| Example | 172-913-633 |
| Safe strategy | Synthetic |
| Data quality | Best-effort |
Taxpayer Registration Number: what each part means
| 000-000-000 | Nine digits assigned by Tax Administration Jamaica; individuals’ TRNs typically begin with 1. |
|---|
Validation regex
Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()
^[1-9]\d{8}$ References
Common questions
Will these pass my validation?
Yes — they are well-formed Taxpayer Registration Number values (000-000-000) and pass standard format checks.
Could one belong to a real person?
These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.
Can I generate many at once?
Increase the count, or use the free API and CSV/JSON export for large datasets.
For software testing only. These numbers are synthetic and must never be used
for real-world identification, applications, or to impersonate anyone.