Ghana Card
Last updated
Was this helpful?
Last updated
Was this helpful?
country
GH
id_type
GHANA_CARD
id_number
Ghana card number
selfie
Country
YES
IDType
YES
IDNumber
YES
IssuanceDate
YES
ExpirationDate
YES
FullName
YES
DOB
YES
Photo
YES
PhoneNumber
YES
PhoneNumber2
NO
Document
NO
Gender
YES
Address
YES
All fields are returned as string
To limit the probability of your user mistyping the id number, we advice that you enforce the format of the id number field in your app. You can use the regex below:
/^[A-Z]{3}-?\d{9}-?\d$/i
The Ghana Card can be used on any of the following products:
For this id type, we recommend using our mobile sdks or web client
To test the Ghana Card in our Sandbox, we provide you with 5 different id numbers to mirror various scenarios you can experience with real IDs in production.
GHA-000000000-0*
Success with PII return
1012
GHA-000000000-1
Failure, no record found
1013
GHA-000000000-2
Invalid ID number format
1014
GHA-000000000-3
Database unavailable/unknown network issue
1015
GHA-000000000-4*
Success with custom PII return
1012
Selfie of the person on the card (use the recommended minimum )
For the supported integration options, you can check the integration options supported by each product .
* to get a successful verification, you will need to pass a custom photo. You can read more about customising the PII response in sandbox in our documentation .