Driver's license(Basic)
Test Data
number: AAD23208212298 dob: 1999-12-21 first_name: test last_name: test
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 |
Last updated