Skip to Content
API and DashboardExample TemplatesVerificationVerify ISO 18013-5 Mobile Driving License as mDoc

Verify ISO 18013-5 Mobile Driving License as mDoc

This page provides a presentation template payload for verifying mDL credentials.

Paradym fully supports ISO 18013-5 for issuing mDOCs and mDLs, and ISO 18013-7 for remote verification of mDOCs/mDLs. Issuance is supported using OpenID for Verifiable Credential Issuance, but issuance profiles for mDOCs over OpenID4VC are still in development, and Paradym will align with the High Assurance Interoperability Profile (HAIP) to facilitate remote issuance and verification of mDOCs/mDLs in the future. We’re interested to hear any feedback on making Paradym better aligned with ISO mDOCs/mDLs.

Creating the presentation template

We recommend creating this template through the API, as it allows you to exactly copy the payload as defined below. You can also select this as a pre-made template in the dashboard. See the API reference for Create presentation template  for more information.

mDL mDoc presentation template payload

{ "name": "Verify Mobile Driving Licence", "description": "This information is requested to verify your driving licence", "credentials": [ { "name": "Mobile Driving Licence", "description": "mDL compliant with ISO/IEC 18013-5 standard", "format": "mdoc", "type": "org.iso.18013.5.1.mDL", "attributes": { "org.iso.18013.5.1": { "properties": { "family_name": {}, "given_name": {}, "birth_date": {}, "issue_date": {}, "expiry_date": {}, "issuing_country": {}, "issuing_authority": {}, "document_number": {}, "portrait": {}, "driving_privileges": {}, "un_distinguishing_sign": {}, "administrative_number": {}, "sex": {}, "height": {}, "weight": {}, "eye_colour": {}, "hair_colour": {}, "birth_place": {}, "resident_address": {}, "portrait_capture_date": {}, "age_in_years": {}, "age_birth_year": {}, "age_over_16": {}, "age_over_18": {}, "age_over_21": {}, "age_over_25": {}, "age_over_65": {}, "nationality": {}, "resident_city": {}, "resident_state": {}, "resident_postal_code": {}, "resident_country": {}, "biometric_template_face": {}, "biometric_template_finger": {}, "biometric_template_iris": {}, "biometric_template_signature_sign": {}, "family_name_national_character": {}, "given_name_national_character": {}, "signature_usual_mark": {} } } } } ] }

Credential template

If you want to issue mDL credentials before verifying them, refer to the mDL credential template for the credential template setup.

Last updated on