---
title: "Driving License Verification"
method: POST
path: "/verifyDrivingLicense"
---

# Driving License Verification

`POST /verifyDrivingLicense`

The Driving License Verification API solution by Instantpay allows businesses to authenticate the validity of a driver's licence swiftly and accurately. 

Employ this feature to enhance security measures, confirming the authenticity of driving licences during various transactions and interactions, contributing to a safer and more reliable operational environment. 

Additionally, the API facilitates the extraction of personal information, including permissible types of vehicles, along with the provision of RTO-registered user photos, further enhancing the comprehensive verification process.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `drivingLicenseNumber` string — udyamNumber
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `drivingLicenseDetail` object
      - `userAddress` object[]
        - `addressLine1` string
        - `completeAddress` string
        - `country` string
        - `district` string
        - `pin` string
        - `state` string
        - `type` string
      - `userBloodGroup` string
      - `dlNumber` string
      - `userDob` string
      - `endorseDate` string
      - `endorseNumber` string
      - `expiryDate` string
      - `fatherOrHusband` string
      - `issuedDate` string
      - `nonTransportValidity` object
        - `from` string
        - `to` string
      - `state` string
      - `status` string
      - `statusDetails` object
        - `from` string
        - `remarks` string
        - `to` string
      - `transportValidity` object
        - `from` string
        - `to` string
      - `userFullName` string
      - `userImage` string
      - `vehicleCategoryDetails` object[]
        - `cov` string
        - `expiryDate` string
        - `issueDate` string
    - `pool` object
      - `referenceId` string
      - `openingBalance` string
      - `paymentAmount` string
      - `mode` string
      - `closingBalance` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/versions/1d0672797b14/schema)
