Fayda Identification Number generator (Ethiopia)
An Ethiopian Fayda ID number (FIN) is twelve digits assigned randomly by the national digital ID programme — it encodes no personal information. These test values are synthetic.
Synthetic · not collision-guaranteed Validate a number →
6059 9267 4944
Synthetic FIN (format-valid; no public checksum). Not a real issued number.
Format specification
| Identifier | Fayda Identification Number (FIN) |
|---|---|
| Country | 🇪🇹 Ethiopia |
| Format | 0000 0000 0000 |
| Length | 12 characters |
| Checksum | None |
| Example | 7291 3633 5394 |
| Safe strategy | Synthetic |
| Data quality | Best-effort |
Fayda Identification Number: what each part means
| 0000 0000 0000 | Twelve random digits — the Fayda number is deliberately non-descriptive, encoding no birth date, location, or sex. |
|---|
Validation regex
Matches the canonical value — strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()
^[1-9]\d{11}$ References
Common questions
Will these pass my validation?
Yes — they are well-formed Fayda Identification Number values (0000 0000 0000) 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.