Verify your customers’ identity using their Voters Identification Number

Adhere’s Voters Identification Number endpoint allows businesses to verify a customer using their Voters identification number, providing access to details associated with a verified passport for a streamlined and reliable identity verification process.

Request Endpoint

Generates user data using Voters ID

POST: {{BASE_URL}}/api/onboarding/ghana_kyc/voters_id/

  • Media-Type: application/json

Status Codes

  • 201 Created: The request was successful, and the customer’s information is returned successfully.
  • 400 Bad Request: The request could not be completed due to invalid or missing information.

Request Fields

{
    "type": "MAIN",  // OLD
    "vin": 9001332866
}