Home🇬🇭 GhanaGhana Card PIN

Ghana Card PIN generator (Ghana)

A Ghana Card personal identification number is formatted GHA-000000000-0: the GHA prefix, a nine-digit serial, and a check digit whose algorithm is not published. These test values are synthetic and format-valid.

Synthetic · not collision-guaranteed Validate a number →
GHA-605992674-9

Synthetic Ghana Card PIN (format-valid). The check digit’s algorithm is not published.

Format specification

IdentifierGhana Card PIN
Country🇬🇭 Ghana
FormatGHA-000000000-0
Length13 characters
ChecksumNone
ExampleGHA-729136335-3
Safe strategy Synthetic
Data qualityBest-effort

Ghana Card PIN: what each part means

GHA Fixed ISO country prefix.
000000000 Nine-digit serial assigned by the National Identification Authority.
0 Check digit (algorithm not published; test values use a random digit).

Validation regex

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

^GHA\d{10}$

References

  1. en.wikipedia.org/wiki/Ghana_Card

Common questions

Will these pass my validation?

Yes — they are well-formed Ghana Card PIN values (GHA-000000000-0) 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.