Driver's license(Basic)

Verify driver's license with a boolean response

POST https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/drivers_license/basic

Headers

Request Body

{
   'status': True,
   'detail': 'DL Verification Successfull',
   'response_code':'00',
   'frsc_data': {
             "verified":True,
             "message":"Drivers License details was verified successfully"
      }
    }

Last updated