Home🇯🇲 JamaicaTaxpayer Registration Number

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

IdentifierTaxpayer Registration Number (TRN)
Country🇯🇲 Jamaica
Format000-000-000
Length9 characters
ChecksumNone
Example172-913-633
Safe strategy Synthetic
Data qualityBest-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

  1. en.wikipedia.org/wiki/Taxpayer_registration_number

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.

Validate an existing number →

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.