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 PSN (format-valid). The official layout and check algorithm are not published.
Format specification
| Identifier | Public Services Number (ՀԾՀ (PSN)) |
|---|---|
| Country | 🇦🇲 Armenia |
| Format | 0000000000 |
| Length | 10 characters |
| Checksum | None |
| Example | 7291363353 |
| Safe strategy | Synthetic |
| Data quality | Best-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
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.