Verify Nigerian Permanent Voters Card (PVC)
PVC Verification
POST
{{baseurl}}/v2/api/identity/ng/pvc
Headers
token*
String
API secret token
Request Body
id*
String
Valid PVC
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validation
Object
Validation object
data
Object
Validation data object
lastName
String
lastname to compare against ID
firstName
String
firstname to compare against ID
dateOfBirth
String
date of birth to compare against ID
metadata
Object
Metadata object. Any valid object can be passed here. It gets returned as is.
PVC Verification
The Permanent Voter's card verification is used to verify that a provided PVC number exists in the Database. It shows the full information of the PVC holder;
PVC Validation
PVC Validation is used to verify a PVC and compare given data parameters against the data 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
PVC Full Sample Request
This is a sample request that contains all the parameters as described above, all in one call.
Last updated