Home🇦🇲 ArmeniaPublic Services Number

PSN generator (Armenia)

An Armenian public services number (PSN, the "social card" number) is ten digits. By law it is generated from sex, date of birth, a serial, and a check character — but the positional layout and check algorithm are not published, so these test values are format-valid only.

Synthetic · not collision-guaranteed Validate a number →
6059926749

Synthetic PSN (format-valid). The official layout and check algorithm are not published.

Format specification

IdentifierPublic Services Number (ՀԾՀ (PSN))
Country🇦🇲 Armenia
Format0000000000
Length10 characters
ChecksumNone
Example7291363353
Safe strategy Synthetic
Data qualityBest-effort

Public Services Number: what each part means

0000000000 Ten digits that by law encode sex, date of birth, a three-digit serial, and a check character — but the exact positions and algorithm are not published, so validators should only check the length.

Validation regex

Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^\d{10}$

References

  1. en.wikipedia.org/wiki/National_identification_number#Armenia
  2. cis-legislation.com/document.fwx?rgn=93705

Common questions

Will these pass my validation?

Yes — they are well-formed Public Services Number values (0000000000) 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.