Error Code Changes for US GovMatch

Error code definitions and response statuses for the GovMatch module for the United States changed in April 2026. These changes improve result explainability, reduce ambiguity, and make it easier to interpret session outcomes in Dashboard and via API responses.

⚠️

Action Required

If your implementation uses the impacted error codes for later decisioning logic or alerting, please review the status changes carefully and update your logic accordingly.


Status Changes for Select Error Codes

Several error codes that previously returned FAIL status now return UNKNOWN. This is more accurate. These outcomes are not definitive verification failures; instead, they indicate the verification could not be completed due to missing inputs, configuration issues, or connectivity problems.

Error CodeDescriptionOld StatusNew Status
providerNotConfiguredProvider is not configured or incorrectly configured for this flowFAILUNKNOWN
missingDocumentIdDocument number missing or has an invalid patternFAILUNKNOWN
invalidExpirationDateExpiration date is not valid per document standardsFAILUNKNOWN
notEnoughDataOne or more required fields are missing or invalidFAILUNKNOWN
missingSelfieProvider requires selfie for processing but not provided in sessionFAILUNKNOWN
connectionErrorError occurred during processing within provider environmentFAILUNKNOWN
infrastructureErrorError occurred during processing within Incode environmentFAILUNKNOWN

If you prefer to continue failing sessions that now return UNKNOWN, such as connectionError during a provider outage, you can configure this in Business Rules without any code changes on your end.


Deprecated Error Codes and New Mapping

The following error codes are deprecated and no longer returned. Sessions that would have previously triggered these codes will now return one of the more specific replacement codes listed below.

Deprecated CodeOld DescriptionNow Mapped To
validationErrorGrouped validation failure covering: record not found, data mismatch, restricted record, or face match faileduserNotFound, faceComparisonFailed (more specific codes per actual failure reason)
providerUnavailableDMV or AAMVA provider service unavailable or credentials invalidconnectionError

Updated Error Descriptions

Some error codes retain the same status but have updated descriptions for improved clarity. No behavioral changes were made.

Error CodeDescription
providerNotConfiguredProvider Not Configured
Provider is not configured or is incorrectly configured for this flow.
missingDocumentIdMissing Document Number
Document number missing or has an invalid pattern.
invalidExpirationDateInvalid Expiration Date
Expiration date is not valid per document standards.
notEnoughDataMissing Required Data
One or more required fields are missing or invalid.
missingSelfieMissing Selfie
Provider requires selfie for processing but not provided in session.
documentTypeNotSupportedDocument Type Not Supported
Invalid document type for validation by the configured provider.
geographicRegionNotSupportedCountry Not Supported
Document country not supported by the configured provider.
geographicStateRegionNotSupportedState Not Supported
Document state not supported by the configured provider.
connectionErrorProvider Connection Error
Error occurred during processing within provider environment.
infrastructureErrorIncode Processing Error
Error occurred during processing within Incode environment.
userNotFoundUser Not Found
ID data doesn't match the government database.
faceComparisonFailedFace Match Failed
Selfie does not match government database portrait.

Unchanged Behavior

  • The API interface is unchanged. Error codes continue to be returned in the same fields and the same response structure. This update is fully backwards compatible; no integration changes are required.
  • Error codes remain available in Business Rules. All error codes, including newly renamed and updated ones, continue to be exposed in Business Rules, so you can configure FAIL or UNKNOWN handling as needed.
  • Error codes remain unchanged for non-US connections. The error codes for all non-US government verification connections remain unchanged.
  • Billing behavior is unchanged for all affected codes.

Did this page help you?