Voters Card
Allows merchant to verify information of users using National ID and other identifiers.
POST
https://api.myidentitypay.com/{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/sl/voters
Headers
Name
Type
Description
x-api-key*
String
<your secret key>
app-id*
String
<your app id>
Request Body
Name
Type
Description
firstname
String
first name(If search_mode is BIO)
lastname
String
last name(if search_mode is BIO)
dob
String
Date of Birth(if search_mode is BIO)
search_mode*
String
ID or BIO
number
String
ID number(if search_mode is ID)
middlename
String
middlename(if search_mode is BIO)
Last updated