IDScan.net
Search Results for

    Show / Hide Table of Contents

    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 result where isValid is true and isRevoked is false, 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 receive the response below. Note that dmvDigitalSignatureVerificationResult.isValid is true and isRevoked is false.

    [
      {
        "serviceId": "19862c3a-513f-4d48-ab36-fa583e8df90a",
        "serviceName": "DMV Digital Signature Verification",
        "serviceDescription": "Verifying Digital Signatures on US DL/ID Documents",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "metadata": {},
        "profiles": [
          {
            "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",
            "zipCode": "94102-0000",
            "county": null,
            "convictiontype": null,
            "aliases": null,
            "offenses": null,
            "photoUrl": null,
            "source": null,
            "otherInformation": null,
            "idNumber": "D12345671",
            "issuedBy": "CA",
            "verificationResult": null,
            "driverLicenseVerificationResult": null,
            "canadianDriverLicenseVerificationResult": null,
            "dmvDigitalSignatureVerificationResult": {
              "isValid": true,
              "isRevoked": false
            }
          }
        ]
      }
    ]
    

    "Failed" Status — Document is Valid but Revoked

    To get a result where isValid is true and isRevoked is true, 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 receive the response below. Note that isValid is true (cryptographic signature is intact) but isRevoked is true (the DMV has revoked this document).

    [
      {
        "serviceId": "19862c3a-513f-4d48-ab36-fa583e8df90a",
        "serviceName": "DMV Digital Signature Verification",
        "serviceDescription": "Verifying Digital Signatures on US DL/ID Documents",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "metadata": {},
        "profiles": [
          {
            "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",
            "zipCode": "94102-0000",
            "county": null,
            "convictiontype": null,
            "aliases": null,
            "offenses": null,
            "photoUrl": null,
            "source": null,
            "otherInformation": null,
            "idNumber": "D12345672",
            "issuedBy": "CA",
            "verificationResult": null,
            "driverLicenseVerificationResult": null,
            "canadianDriverLicenseVerificationResult": null,
            "dmvDigitalSignatureVerificationResult": {
              "isValid": true,
              "isRevoked": true
            }
          }
        ]
      }
    ]
    

    "Failed" Status — Document is Not Valid and Not Revoked

    To get a result where isValid is false and isRevoked is false, 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 receive the response below. Note that isValid is false (cryptographic signature check failed) and isRevoked is false.

    [
      {
        "serviceId": "19862c3a-513f-4d48-ab36-fa583e8df90a",
        "serviceName": "DMV Digital Signature Verification",
        "serviceDescription": "Verifying Digital Signatures on US DL/ID Documents",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "metadata": {},
        "profiles": [
          {
            "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",
            "zipCode": "94102-0000",
            "county": null,
            "convictiontype": null,
            "aliases": null,
            "offenses": null,
            "photoUrl": null,
            "source": null,
            "otherInformation": null,
            "idNumber": "D12345673",
            "issuedBy": "CA",
            "verificationResult": null,
            "driverLicenseVerificationResult": null,
            "canadianDriverLicenseVerificationResult": null,
            "dmvDigitalSignatureVerificationResult": {
              "isValid": false,
              "isRevoked": false
            }
          }
        ]
      }
    ]
    

    "Failed" Status — Document is Not Valid and Revoked

    To get a result where isValid is false and isRevoked is true, 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 receive the response below. Note that isValid is false (cryptographic signature check failed) and isRevoked is true (the document has been revoked by the DMV).

    [
      {
        "serviceId": "19862c3a-513f-4d48-ab36-fa583e8df90a",
        "serviceName": "DMV Digital Signature Verification",
        "serviceDescription": "Verifying Digital Signatures on US DL/ID Documents",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "metadata": {},
        "profiles": [
          {
            "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",
            "zipCode": "94102-0000",
            "county": null,
            "convictiontype": null,
            "aliases": null,
            "offenses": null,
            "photoUrl": null,
            "source": null,
            "otherInformation": null,
            "idNumber": "D12345674",
            "issuedBy": "CA",
            "verificationResult": null,
            "driverLicenseVerificationResult": null,
            "canadianDriverLicenseVerificationResult": null,
            "dmvDigitalSignatureVerificationResult": {
              "isValid": false,
              "isRevoked": true
            }
          }
        ]
      }
    ]
    
    Back to top IDScan.net IDScan.net GitHub