Permanent Voter's Card Verification
Here's how you can verify a Nigerian PVC using the Talent API
For the
baseUrl
refer
Here
const sampleRequest = {
id: "00A0A0A000000000000",
};
const sampleFoundResponse = {
success: true,
statusCode: 200,
message: "success",
data: {
id: "6284b09f7bf17937bc7ad87a",
parentId: null,
status: "not_found",
reason: "ID data not found",
dataValidation: false,
selfieValidation: false,
firstName: null,
middleName: null,
lastName: null,
dateOfBirth: null,
isConsent: true,
idNumber: "00A0A0A000000000100",
businessId: "6222a5ed3e7a41c29c031ecc",
type: "pvc",
requestedAt: "2022-05-18T08:38:57.392Z",
requestedById: "6222a5ed3e7a41c29c031ece",
country: "NG",
createdAt: "2022-05-18T08:38:57.468Z",
lastModifiedAt: "2022-05-18T08:38:57.468Z",
requestedBy: {
firstName: "API",
lastName: "User",
middleName: "",
id: "6222a5ed3e7a41c29c031ece",
},
},
links: [],
};