Skip to main content
POST
Verify Driving Licence Details

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Body

application/json

Find the request paramenters to retrieve your customer's driving license information

verification_id
string
default:test001
required

It is the unique ID you create to identify the verification request. A maximum of 50 characters are allowed. Only alphanumeric, period (.), hyphen (-) and underscore ( _ ) are allowed.

Example:

"test001"

dl_number
string
default:KA0120198900984
required

It is the driving licence number of the individual for verification.

Example:

"KA0120198900984"

dob
string
default:1994-08-05
required

It is the date of birth of the individual as present in the driving licence. The accepted format is YYYY-MM-DD.

Example:

"1994-08-05"

Response

Success response for retrieving the driving licence information

verification_id
string

It displays the unique ID you created to identify this API request.

Example:

"test001"

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes. format: int64

Example:

78

dl_number
string

It displays the unique number assigned to the driving licence.

Example:

"JK01FG8087"

dob
string

It displays the date of birth of the individual as present in the driving licence.

Example:

"2001-10-23"

status
string

It displays the status of the driving licence. Possible values are

  • VALID: driving license is valid.
  • INVALID: driving licence is invalid.
Example:

"VALID"

badge_details
object[]

It contains the...

dl_validity
object

It contains the different information regarding the validity of the licence.

details_of_driving_licence
object

It contains the details of the driving licence.

Example: