California DMV Digital Signature Verification Test Cases
You can test your integration with the California DMV Digital Signature Verification service by sending one of the special test requests below with your TEST API key. Test requests are free, so you can always verify your integration is working correctly.
"Passed" Status — Document is Valid and Not Revoked
To get a 'Passed' (Code 1) overall status, send the request below.
{
"services": [
"19862c3a-513f-4d48-ab36-fa583e8df90a"
],
"trackString": "@\n\nANSI 636014100102DL00410294ZC03350220DLDAQD12345671\nDCSSAMPLE\nDDEU\nDACJOHN\nDDFU\nDADNONE\nDDGU\nDCAC\nDCBNONE\nDCDNONE\nDBD06032031\nDBB01111990\nDBA06032026\nDBC1\nDAU070 IN\nDAYBLU\nDAG1234 MAIN STREET APT 101\nDAISAN FRANCISCO\nDAJCA\nDAK941020000 \nDCF06/03/2026503RB/AAFD/31\nDCGUSA\nDAZBRO\nDAW160\nDCK25300D123456710401\nDDAF\nDDB05202026\nDDK1\nZCZCABLU\nZCBBRN\nZCC\nZCD\nZCEbVWhNclR4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUnU="
}
You will get the successful response below.
Please note:
- 'Passed' overall status is set in
serviceVerificationResultobject IDNumberfield indata[]hasmatchStatusCode3 (Match) withmessage"Document is Valid"RevocationStatusfield indata[]hasvalue"Not Revoked" andmatchStatusCode3 (Match)
[
{
"requestDetail": {
"requestLogId": 2644,
"requestDateUtc": "2026-06-10T09:33:57.4462461Z"
},
"metadata": {},
"success": true,
"error": {
"message": null,
"traceId": null
},
"service": {
"id": "19862c3a-513f-4d48-ab36-fa583e8df90a",
"name": "DMV Digital Signature Verification",
"description": "Verifying Digital Signatures on US DL/ID Documents",
"isMultipleProfiles": false
},
"location": {
"locationId": null,
"readOnlyAccessLocationIds": null
},
"serviceVerificationResult": {
"statusCode": 1,
"statusString": "Passed"
},
"profiles": [
{
"serviceResponseRaw": "{\"InternalId\":null,\"FirstName\":\"JOHN\",\"MiddleName\":\"NONE\",\"LastName\":\"SAMPLE\",\"FullName\":\"JOHN NONE SAMPLE\",\"DateOfBirths\":\"01/11/1990 12:00:00 AM\",\"Sex\":\"Male\",\"Address\":\"1234 MAIN STREET APT 101\",\"CountryName\":null,\"CountryCode\":null,\"Street1\":\"1234 MAIN STREET APT 101\",\"Street2\":null,\"City\":\"SAN FRANCISCO\",\"State\":\"CA\",\"IssuedBy\":\"CA\",\"PostalCode\":\"94102-0000\",\"County\":null,\"Convictiontype\":null,\"Aliases\":null,\"Offenses\":null,\"AdditionalAddresses\":null,\"AdditionalBirthDates\":null,\"BirthPlaces\":null,\"Identifiers\":null,\"Nationalities\":null,\"ServiceMatchResult\":{\"FirstNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"LastNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"MiddleNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"FullNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"BirthDateMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"PersonSexMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"AddressMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"CityMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"StateMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"PostalCodeMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"IDNumberMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"DocumentTypeMatchResult\":null,\"IssuedByMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"RevocationStatusMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"}},\"PhotoUrl\":null,\"Source\":null,\"OtherInformation\":null,\"IDNumber\":\"D12345671\",\"DocumentType\":null,\"Ssn\":null,\"Questions\":null,\"CurrentLicenseClasses\":null,\"RevocationStatus\":\"Not Revoked\",\"IdentiCheckValidationResult\":0,\"VerificationResult\":null,\"DriverLicenseVerificationResult\":null,\"CanadianDriverLicenseVerificationResult\":null,\"DMVDigitalSignatureVerificationResult\":{\"ValidationResult\":{\"IsValid\":true,\"Message\":\"Document is Valid\"},\"RevocationResult\":{\"IsRevoked\":false,\"Message\":\"Document is Not Revoked\"}}}",
"data": [
{
"fieldName": "FirstName",
"caption": "First Name",
"fieldType": "String",
"value": "JOHN",
"valueString": "JOHN",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "MiddleName",
"caption": "Middle Name",
"fieldType": "String",
"value": "NONE",
"valueString": "NONE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "LastName",
"caption": "Last Name",
"fieldType": "String",
"value": "SAMPLE",
"valueString": "SAMPLE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "FullName",
"caption": "Full Name",
"fieldType": "String",
"value": "JOHN NONE SAMPLE",
"valueString": "JOHN NONE SAMPLE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "BirthDate",
"caption": "BirthDate",
"fieldType": "String",
"value": "01/11/1990 12:00:00 AM",
"valueString": "01/11/1990 12:00:00 AM",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "Sex",
"caption": "Sex",
"fieldType": "String",
"value": "Male",
"valueString": "Male",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "Address",
"caption": "Address",
"fieldType": "String",
"value": "1234 MAIN STREET APT 101",
"valueString": "1234 MAIN STREET APT 101",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "City",
"caption": "City",
"fieldType": "String",
"value": "SAN FRANCISCO",
"valueString": "SAN FRANCISCO",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "State",
"caption": "State",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "IssuedBy",
"caption": "Issued By",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "PostalCode",
"caption": "Zip Code",
"fieldType": "String",
"value": "94102-0000",
"valueString": "94102-0000",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "IDNumber",
"caption": "ID Number",
"fieldType": "String",
"value": "D12345671",
"valueString": "D12345671",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": "Document is Valid",
"score": 0
},
{
"fieldName": "RevocationStatus",
"caption": "Revocation Status",
"fieldType": "String",
"value": "Not Revoked",
"valueString": "Not Revoked",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": "Document is Not Revoked",
"score": 0
}
]
}
]
}
]
"Failed" Status — Document is Valid but Revoked
To get a 'Failed' (Code 0) overall status where the cryptographic signature is valid but the document has been revoked, send the request below.
{
"services": [
"19862c3a-513f-4d48-ab36-fa583e8df90a"
],
"trackString": "@\n\nANSI 636014100102DL00410294ZC03350220DLDAQD12345672\nDCSSAMPLE\nDDEU\nDACJOHN\nDDFU\nDADNONE\nDDGU\nDCAC\nDCBNONE\nDCDNONE\nDBD06032031\nDBB01111990\nDBA06032026\nDBC1\nDAU070 IN\nDAYBLU\nDAG1234 MAIN STREET APT 101\nDAISAN FRANCISCO\nDAJCA\nDAK941020000 \nDCF06/03/2026503RB/AAFD/31\nDCGUSA\nDAZBRO\nDAW160\nDCK25300D123456720401\nDDAF\nDDB05202026\nDDK1\nZCZCABLU\nZCBBRN\nZCC\nZCD\nZCEcGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdqbQ=="
}
You will get the response below.
Please note:
- 'Failed' overall status is set in
serviceVerificationResultobject IDNumberfield hasmatchStatusCode3 (Match) andmessage"Document is Valid" — the signature itself is intactRevocationStatusfield hasvalue"Revoked" andmatchStatusCode1 (No Match)
[
{
"requestDetail": {
"requestLogId": 2647,
"requestDateUtc": "2026-06-10T09:54:30.3439588Z"
},
"metadata": {},
"success": true,
"error": {
"message": null,
"traceId": null
},
"service": {
"id": "19862c3a-513f-4d48-ab36-fa583e8df90a",
"name": "DMV Digital Signature Verification",
"description": "Verifying Digital Signatures on US DL/ID Documents",
"isMultipleProfiles": false
},
"location": {
"locationId": null,
"readOnlyAccessLocationIds": null
},
"serviceVerificationResult": {
"statusCode": 0,
"statusString": "Failed"
},
"profiles": [
{
"serviceResponseRaw": "{\"InternalId\":null,\"FirstName\":\"JOHN\",\"MiddleName\":\"NONE\",\"LastName\":\"SAMPLE\",\"FullName\":\"JOHN NONE SAMPLE\",\"DateOfBirths\":\"01/11/1990 12:00:00 AM\",\"Sex\":\"Male\",\"Address\":\"1234 MAIN STREET APT 101\",\"CountryName\":null,\"CountryCode\":null,\"Street1\":\"1234 MAIN STREET APT 101\",\"Street2\":null,\"City\":\"SAN FRANCISCO\",\"State\":\"CA\",\"IssuedBy\":\"CA\",\"PostalCode\":\"94102-0000\",\"County\":null,\"Convictiontype\":null,\"Aliases\":null,\"Offenses\":null,\"AdditionalAddresses\":null,\"AdditionalBirthDates\":null,\"BirthPlaces\":null,\"Identifiers\":null,\"Nationalities\":null,\"ServiceMatchResult\":{\"FirstNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"LastNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"MiddleNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"FullNameMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"BirthDateMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"PersonSexMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"AddressMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"CityMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"StateMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"PostalCodeMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"IDNumberMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"DocumentTypeMatchResult\":null,\"IssuedByMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"},\"RevocationStatusMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"}},\"PhotoUrl\":null,\"Source\":null,\"OtherInformation\":null,\"IDNumber\":\"D12345672\",\"DocumentType\":null,\"Ssn\":null,\"Questions\":null,\"CurrentLicenseClasses\":null,\"RevocationStatus\":\"Revoked\",\"IdentiCheckValidationResult\":0,\"VerificationResult\":null,\"DriverLicenseVerificationResult\":null,\"CanadianDriverLicenseVerificationResult\":null,\"DMVDigitalSignatureVerificationResult\":{\"ValidationResult\":{\"IsValid\":true,\"Message\":\"Document is Valid\"},\"RevocationResult\":{\"IsRevoked\":true,\"Message\":\"Document is Revoked\"}}}",
"data": [
{
"fieldName": "FirstName",
"caption": "First Name",
"fieldType": "String",
"value": "JOHN",
"valueString": "JOHN",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "MiddleName",
"caption": "Middle Name",
"fieldType": "String",
"value": "NONE",
"valueString": "NONE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "LastName",
"caption": "Last Name",
"fieldType": "String",
"value": "SAMPLE",
"valueString": "SAMPLE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "FullName",
"caption": "Full Name",
"fieldType": "String",
"value": "JOHN NONE SAMPLE",
"valueString": "JOHN NONE SAMPLE",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "BirthDate",
"caption": "BirthDate",
"fieldType": "String",
"value": "01/11/1990 12:00:00 AM",
"valueString": "01/11/1990 12:00:00 AM",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "Sex",
"caption": "Sex",
"fieldType": "String",
"value": "Male",
"valueString": "Male",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "Address",
"caption": "Address",
"fieldType": "String",
"value": "1234 MAIN STREET APT 101",
"valueString": "1234 MAIN STREET APT 101",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "City",
"caption": "City",
"fieldType": "String",
"value": "SAN FRANCISCO",
"valueString": "SAN FRANCISCO",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "State",
"caption": "State",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "IssuedBy",
"caption": "Issued By",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "PostalCode",
"caption": "Zip Code",
"fieldType": "String",
"value": "94102-0000",
"valueString": "94102-0000",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": null,
"score": 0
},
{
"fieldName": "IDNumber",
"caption": "ID Number",
"fieldType": "String",
"value": "D12345672",
"valueString": "D12345672",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": "Document is Valid",
"score": 0
},
{
"fieldName": "RevocationStatus",
"caption": "Revocation Status",
"fieldType": "String",
"value": "Revoked",
"valueString": "Revoked",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": "Document is Revoked",
"score": 0
}
]
}
]
}
]
"Failed" Status — Document is Not Valid and Not Revoked
To get a 'Failed' (Code 0) overall status where the cryptographic signature check fails, send the request below.
{
"services": [
"19862c3a-513f-4d48-ab36-fa583e8df90a"
],
"trackString": "@\n\nANSI 636014100102DL00410294ZC03350220DLDAQD12345673\nDCSSAMPLE\nDDEU\nDACJOHN\nDDFU\nDADNONE\nDDGU\nDCAC\nDCBNONE\nDCDNONE\nDBD06032031\nDBB01111990\nDBA06032026\nDBC1\nDAU070 IN\nDAYBLU\nDAG1234 MAIN STREET APT 101\nDAISAN FRANCISCO\nDAJCA\nDAK941020000 \nDCF06/03/2026503RB/AAFD/31\nDCGUSA\nDAZBRO\nDAW160\nDCK25300D123456730401\nDDAF\nDDB05202026\nDDK1\nZCZCABLU\nZCBBRN\nZCC\nZCD\nZCEYVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV3M="
}
You will get the response below.
Please note:
- 'Failed' overall status is set in
serviceVerificationResultobject - All personal data fields have
matchStatusCode1 (No Match) — signature validation failed IDNumberfield hasmessage"Document is Not Valid"RevocationStatusfield hasvalue"Not Revoked" andmatchStatusCode3 (Match)
[
{
"requestDetail": {
"requestLogId": 2650,
"requestDateUtc": "2026-06-10T09:57:32.9824601Z"
},
"metadata": {},
"success": true,
"error": {
"message": null,
"traceId": null
},
"service": {
"id": "19862c3a-513f-4d48-ab36-fa583e8df90a",
"name": "DMV Digital Signature Verification",
"description": "Verifying Digital Signatures on US DL/ID Documents",
"isMultipleProfiles": false
},
"location": {
"locationId": null,
"readOnlyAccessLocationIds": null
},
"serviceVerificationResult": {
"statusCode": 0,
"statusString": "Failed"
},
"profiles": [
{
"serviceResponseRaw": "{\"InternalId\":null,\"FirstName\":\"JOHN\",\"MiddleName\":\"NONE\",\"LastName\":\"SAMPLE\",\"FullName\":\"JOHN NONE SAMPLE\",\"DateOfBirths\":\"01/11/1990 12:00:00 AM\",\"Sex\":\"Male\",\"Address\":\"1234 MAIN STREET APT 101\",\"CountryName\":null,\"CountryCode\":null,\"Street1\":\"1234 MAIN STREET APT 101\",\"Street2\":null,\"City\":\"SAN FRANCISCO\",\"State\":\"CA\",\"IssuedBy\":\"CA\",\"PostalCode\":\"94102-0000\",\"County\":null,\"Convictiontype\":null,\"Aliases\":null,\"Offenses\":null,\"AdditionalAddresses\":null,\"AdditionalBirthDates\":null,\"BirthPlaces\":null,\"Identifiers\":null,\"Nationalities\":null,\"ServiceMatchResult\":{\"FirstNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"LastNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"MiddleNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"FullNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"BirthDateMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"PersonSexMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"AddressMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"CityMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"StateMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"PostalCodeMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"IDNumberMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"DocumentTypeMatchResult\":null,\"IssuedByMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"RevocationStatusMatchResult\":{\"Code\":3,\"CodeString\":\"Match\"}},\"PhotoUrl\":null,\"Source\":null,\"OtherInformation\":null,\"IDNumber\":\"D12345673\",\"DocumentType\":null,\"Ssn\":null,\"Questions\":null,\"CurrentLicenseClasses\":null,\"RevocationStatus\":\"Not Revoked\",\"IdentiCheckValidationResult\":0,\"VerificationResult\":null,\"DriverLicenseVerificationResult\":null,\"CanadianDriverLicenseVerificationResult\":null,\"DMVDigitalSignatureVerificationResult\":{\"ValidationResult\":{\"IsValid\":false,\"Message\":\"Document is Not Valid\"},\"RevocationResult\":{\"IsRevoked\":false,\"Message\":\"Document is Not Revoked\"}}}",
"data": [
{
"fieldName": "FirstName",
"caption": "First Name",
"fieldType": "String",
"value": "JOHN",
"valueString": "JOHN",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "MiddleName",
"caption": "Middle Name",
"fieldType": "String",
"value": "NONE",
"valueString": "NONE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "LastName",
"caption": "Last Name",
"fieldType": "String",
"value": "SAMPLE",
"valueString": "SAMPLE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "FullName",
"caption": "Full Name",
"fieldType": "String",
"value": "JOHN NONE SAMPLE",
"valueString": "JOHN NONE SAMPLE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "BirthDate",
"caption": "BirthDate",
"fieldType": "String",
"value": "01/11/1990 12:00:00 AM",
"valueString": "01/11/1990 12:00:00 AM",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "Sex",
"caption": "Sex",
"fieldType": "String",
"value": "Male",
"valueString": "Male",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "Address",
"caption": "Address",
"fieldType": "String",
"value": "1234 MAIN STREET APT 101",
"valueString": "1234 MAIN STREET APT 101",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "City",
"caption": "City",
"fieldType": "String",
"value": "SAN FRANCISCO",
"valueString": "SAN FRANCISCO",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "State",
"caption": "State",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "IssuedBy",
"caption": "Issued By",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "PostalCode",
"caption": "Zip Code",
"fieldType": "String",
"value": "94102-0000",
"valueString": "94102-0000",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "IDNumber",
"caption": "ID Number",
"fieldType": "String",
"value": "D12345673",
"valueString": "D12345673",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": "Document is Not Valid",
"score": 0
},
{
"fieldName": "RevocationStatus",
"caption": "Revocation Status",
"fieldType": "String",
"value": "Not Revoked",
"valueString": "Not Revoked",
"matchStatusCode": 3,
"matchStatusString": "Match",
"message": "Document is Not Revoked",
"score": 0
}
]
}
]
}
]
"Failed" Status — Document is Not Valid and Revoked
To get a 'Failed' (Code 0) overall status where both the cryptographic signature check fails and the document has been revoked, send the request below.
{
"services": [
"19862c3a-513f-4d48-ab36-fa583e8df90a"
],
"trackString": "@\n\nANSI 636014100102DL00410294ZC03350220DLDAQD12345674\nDCSSAMPLE\nDDEU\nDACJOHN\nDDFU\nDADNONE\nDDGU\nDCAC\nDCBNONE\nDCDNONE\nDBD06032031\nDBB01111990\nDBA06032026\nDBC1\nDAU070 IN\nDAYBLU\nDAG1234 MAIN STREET APT 101\nDAISAN FRANCISCO\nDAJCA\nDAK941020000 \nDCF06/03/2026503RB/AAFD/31\nDCGUSA\nDAZBRO\nDAW160\nDCK25300D123456740401\nDDAF\nDDB05202026\nDDK1\nZCZCABLU\nZCBBRN\nZCC\nZCD\nZCEVEg1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU0tuUGpMek9RV1pYQ0JTREZWR0g1Nk03SjhZVTNCOVY4WE5NTE9QUlVZV1FYU1pYRENGVkdINTZNN0p4YUhXU3c="
}
You will get the response below.
Please note:
- 'Failed' overall status is set in
serviceVerificationResultobject - All personal data fields have
matchStatusCode1 (No Match) — signature validation failed IDNumberfield hasmessage"Document is Not Valid"RevocationStatusfield hasvalue"Revoked" andmatchStatusCode1 (No Match)
[
{
"requestDetail": {
"requestLogId": 2651,
"requestDateUtc": "2026-06-10T09:59:02.8353252Z"
},
"metadata": {},
"success": true,
"error": {
"message": null,
"traceId": null
},
"service": {
"id": "19862c3a-513f-4d48-ab36-fa583e8df90a",
"name": "DMV Digital Signature Verification",
"description": "Verifying Digital Signatures on US DL/ID Documents",
"isMultipleProfiles": false
},
"location": {
"locationId": null,
"readOnlyAccessLocationIds": null
},
"serviceVerificationResult": {
"statusCode": 0,
"statusString": "Failed"
},
"profiles": [
{
"serviceResponseRaw": "{\"InternalId\":null,\"FirstName\":\"JOHN\",\"MiddleName\":\"NONE\",\"LastName\":\"SAMPLE\",\"FullName\":\"JOHN NONE SAMPLE\",\"DateOfBirths\":\"01/11/1990 12:00:00 AM\",\"Sex\":\"Male\",\"Address\":\"1234 MAIN STREET APT 101\",\"CountryName\":null,\"CountryCode\":null,\"Street1\":\"1234 MAIN STREET APT 101\",\"Street2\":null,\"City\":\"SAN FRANCISCO\",\"State\":\"CA\",\"IssuedBy\":\"CA\",\"PostalCode\":\"94102-0000\",\"County\":null,\"Convictiontype\":null,\"Aliases\":null,\"Offenses\":null,\"AdditionalAddresses\":null,\"AdditionalBirthDates\":null,\"BirthPlaces\":null,\"Identifiers\":null,\"Nationalities\":null,\"ServiceMatchResult\":{\"FirstNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"LastNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"MiddleNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"FullNameMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"BirthDateMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"PersonSexMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"AddressMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"CityMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"StateMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"PostalCodeMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"IDNumberMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"DocumentTypeMatchResult\":null,\"IssuedByMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"},\"RevocationStatusMatchResult\":{\"Code\":1,\"CodeString\":\"No Match\"}},\"PhotoUrl\":null,\"Source\":null,\"OtherInformation\":null,\"IDNumber\":\"D12345674\",\"DocumentType\":null,\"Ssn\":null,\"Questions\":null,\"CurrentLicenseClasses\":null,\"RevocationStatus\":\"Revoked\",\"IdentiCheckValidationResult\":0,\"VerificationResult\":null,\"DriverLicenseVerificationResult\":null,\"CanadianDriverLicenseVerificationResult\":null,\"DMVDigitalSignatureVerificationResult\":{\"ValidationResult\":{\"IsValid\":false,\"Message\":\"Document is Not Valid\"},\"RevocationResult\":{\"IsRevoked\":true,\"Message\":\"Document is Revoked\"}}}",
"data": [
{
"fieldName": "FirstName",
"caption": "First Name",
"fieldType": "String",
"value": "JOHN",
"valueString": "JOHN",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "MiddleName",
"caption": "Middle Name",
"fieldType": "String",
"value": "NONE",
"valueString": "NONE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "LastName",
"caption": "Last Name",
"fieldType": "String",
"value": "SAMPLE",
"valueString": "SAMPLE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "FullName",
"caption": "Full Name",
"fieldType": "String",
"value": "JOHN NONE SAMPLE",
"valueString": "JOHN NONE SAMPLE",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "BirthDate",
"caption": "BirthDate",
"fieldType": "String",
"value": "01/11/1990 12:00:00 AM",
"valueString": "01/11/1990 12:00:00 AM",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "Sex",
"caption": "Sex",
"fieldType": "String",
"value": "Male",
"valueString": "Male",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "Address",
"caption": "Address",
"fieldType": "String",
"value": "1234 MAIN STREET APT 101",
"valueString": "1234 MAIN STREET APT 101",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "City",
"caption": "City",
"fieldType": "String",
"value": "SAN FRANCISCO",
"valueString": "SAN FRANCISCO",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "State",
"caption": "State",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "IssuedBy",
"caption": "Issued By",
"fieldType": "String",
"value": "CA",
"valueString": "CA",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "PostalCode",
"caption": "Zip Code",
"fieldType": "String",
"value": "94102-0000",
"valueString": "94102-0000",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": null,
"score": 0
},
{
"fieldName": "IDNumber",
"caption": "ID Number",
"fieldType": "String",
"value": "D12345674",
"valueString": "D12345674",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": "Document is Not Valid",
"score": 0
},
{
"fieldName": "RevocationStatus",
"caption": "Revocation Status",
"fieldType": "String",
"value": "Revoked",
"valueString": "Revoked",
"matchStatusCode": 1,
"matchStatusString": "No Match",
"message": "Document is Revoked",
"score": 0
}
]
}
]
}
]