Verify Driving Licence Details
Use this API to verify the driving license of your customer. We retrieve details of the driving licence that includes the type of licence, issue date, expiry date, and more. View the test data and use the information to trigger the validations. The test data are usable only in the test environments such as gamma and sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Body
Find the request parameters to retrieve driving licence information
It is the driving licence number of the individual for verification.
It is the date of birth of the individual as present in the driving licence. The accepted format is YYYY-MM-DD.
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.
Response
Success response for retrieving driving licence information
It contains the...
It contains the details of the driving licence.
It displays the unique number assigned to the driving licence.
It contains the different information regarding the validity of the licence.
It displays the date of birth of the individual as present in the driving licence.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the status of the driving licence. Possible values are
VALID
: driving license is valid.INVALID
: driving licence is invalid.
It displays the unique ID you created to identify this API request.
Was this page helpful?