Driver's license(Basic)
Test Data
Verify driver's license with a boolean response
POST
https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/drivers_license/basic
Headers
Name
Type
Description
x-api-key*
String
<your secret key>
app-id*
String
<your app id>
Request Body
Name
Type
Description
first_name*
String
first name
last_name*
String
last name
number*
String
license number
dob*
String
date of birth
{
'status': True,
'detail': 'DL Verification Successfull',
'response_code':'00',
'frsc_data': {
"verified":True,
"message":"Drivers License details was verified successfully"
},
"verification": {
"status": "",
"reference": ""
}
}
Last updated