Verify Ghana Voters Card (GVC)
GVC Verification
POST {{baseurl}}/v2/api/identity/gh/voter
Headers
token*
String
API secret token
Request Body
id*
String
Candidates GVC number
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validations
Object
Validation object
data
Object
Validation data object
lastName
String
lastname to compare against ID
firstName
String
first name to compare against ID
dateOfBirth
String
date of birth to compare against ID
selfie
Object
selfie validation object
image
String
Base64 or URL of selfie image to compare against ID
type*
String
type of voter card. One of old_voter_card, new_voter_card
metadata
Object
Metadata object. Any valid object can be passed here. It gets returned as is.
GVC Verification
The GVC verification feature is used to verify that a provided GVC number exists in the government database. It shows the full information of the GVC holder;
GVC Facial Matching
The GVC Facial Matching is used to verify that a GVC is valid and also that the image provided matches the image in the database. This includes a confidence score of the facial matching.
GVC Validation
GVC Validation is used to verify a GVC and compare given data parameters against the data present in the government database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not.
GVC Full Sample Request
This is a sample request that contains all the parameters as described above, all in one call.
Last updated
Was this helpful?
