Follow a Document Trust Analysis status

On this page, you will find comprehensive information about the Document Trust Analysis lifecycle

Orchestration principles

When calling Document Trust with multiple analysis_types, we consider that all the underlying processes have to successfully finish to move from the pending status to a final status.

When one of the underlying processes fails to yield a result, the final status will be inconclusive no matter if the other processes succeeded.

Document Trust Analysis statuses

The Document Trust Analysis lifecycle is really simple and consists of the following stages:

StatusDescriptionRecommended action
pendingThe Document Trust Analysis has been initiated and all underlying processes were launched.Wait for the status to change.
inconclusiveOne ore more underlying processes couldn’t yield a result , ie :
  • Only partial data were extracted from the Document.
  • Fraud analysis couldn’t be performed.
If a document doesn't match the expected document_type status will always be failed.
Check the uploaded file and request a new file to extract data from or manually add the missing data from a manual inspection of the document.
failed

All processes have successfully completed but some results indicate the need to review the document.

For instance :
  • At least one check failed or the document_type didn't match the expected type.
  • The fraud_level result was : High or Medium.

Check the document or the input info and request a new Document Analysis.

Manually review the document as we’ve identified a Medium to High risk of fraud.

done

All processes completed successfully and no warning was raised.

The status is done, when
  • The fraud_level is Low or Trusted
  • All data were successfully extracted
  • All consistency checks were positive.
Use the extract data to automate your process or reuse the extract data in another verification.

To learn more on how names are matched and better understand a failed status please follow our detailed guide here.

ℹ️

Billing

Unlike done and failed status, an inconclusive Document Trust Analysis does not incur a charge.

The current billing unit for Document Trust is 2 pages. This means that an upload of a document with 4 pages will actually count as 2 billable units.

On tax_notice type documents, you can upload a document up to 10 pages and it will still count as a single billable unit.

Status codes

If the Document Trust Analysis is failedor inconclusive the status codes can help diagnose the issue. A Document Analysis may include multiple reason codes.

STATUS: failed

Fraud Analysis related status codes

TypeCodeDescription
Suspicious documentDA_3001The risk level was either : High or Medium and requires additional attention or rejection.

Document and Consistency check related status codes

CodeTypeDescription
DA_1001Check issue

This status code is still emitted alongside more specific check-failure codes (e.g. DA_2001, DA_2002) for backward compatibility. New integrations should rely on the specific codes.

At least, the full_name or the income_year extracted from the document doesn’t match the declared information (ie: the match_level between the extracted and expected data was no_match). Read the full Name Matching Rules guide.

DA_1002Document issueThe document is expired. Forcompany_certificates, business_registration_certificates we check that the document is at least 3 months old, on driver_licence we simply check that the expiration date.
DA_1003Document issueThe uploaded document didn't match the expected : document_type. Check the value in extracted_from_document.document_type.
DA_1004Document issueWe couldn't recognize the type of document.
DA_1005Document issueThe document is not issued by the expected country.
DA_1100Provider errorError on provider side
DA_1201Document issueImage quality below minimum threshold
DA_1202Document issuePDF document contains annotations
DA_1301Consistency issueHolder first name not found in OCR
DA_1302Consistency issueHolder last name not found in OCR
DA_1303Consistency issueHolder first name initial(s) not found in OCR
DA_1304Consistency issue2D-Doc not found in document
DA_1401Suspicious documentPDF document contains tampering signs
DA_1402Suspicious document2D-Doc not signed with trustworthy certificate
DA_2301Consistency issue (tax notice)Fiscal number not found in document
DA_1403Suspicious document2D-Doc and document type don't match
DA_2302Consistency issue (tax notice)Tax notice reference not found in document
DA_2001Check issueThe full_name extracted from the document doesn’t match the declared information (ie: the match_level between the extracted and expected data was no_match). Read the full Name Matching Rules guide.
DA_2002Check issueThe income_year extracted from the document doesn’t match the declared information (ie: the match_level between the extracted and expected data was no_match). Read the full Name Matching Rules guide.
DA_2401Suspicious document (tax notice)2D-Doc income year does not match
DA_2402Suspicious document (tax notice)2D-Doc reference income does not match

STATUS: inconclusive

CodeTypeDescription
DA_3003Document issueWe couldn’t process the document for fraud.
DA_3004Fraud Engine IssueWe encountered an unexpected issue on our fraud engine.