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

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

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