Verifies the details of a driving license document with an identity verification provider

POST {{baseUrl}}/source-verifications/:issuing_country/driving-licenses

Returns the Status of the Source Verification that has been processed by a trusted IVP.

Request Body

{"documentNumber"=>"AB001234567", "userConsent"=>"ACCEPT", "dateOfBirth"=>"1990-01-01", "firstName"=>"John", "lastName"=>"Smith", "stateCode"=>"NSW", "cardNumber"=>"1867530950"}

HEADERS

KeyDatatypeRequiredDescription
X-Encrypted-PayloadbooleanWhether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"verificationResult":"DOCUMENT_VERIFIED"}