> For the complete documentation index, see [llms.txt](https://docs.trustform.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustform.io/guide/onboarding-and-reviewing/kyc-aml-checks/id-verification.md).

# ID verification

## Overview

ID verification is a standard component of Customer Due Diligence – it confirms the authenticity of a person’s identity document. Trustform integrates with the IDenfy identity verification service to perform this check.

During verification, IDenfy validates the document’s template, font, and data consistency, and identifies potential signs of fraud.

{% hint style="info" %}
Only logged-in Trustform users with the Account Management capability can run ID verification.
{% endhint %}

## Run ID Verification

To start an ID verification, follow these steps:

{% stepper %}
{% step %}

#### Open the Сlient account

Go to the Accounts page, select the relevant client, and open their profile.

<figure><img src="/files/CKvZJCtyMMbeTmkdgqKq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Go to the Proof of Identity section

Navigate to Applicant → Personal Details → Citizenship → Proof of Identity.

<figure><img src="/files/dNVsb0EqISTCmbWPgQwD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Upload the identity document&#x20;

Click **Upload document**, select the file(s) containing the front and back of the ID, and upload them. Once the upload is complete, click **Check the document**.

<figure><img src="/files/QWIJMZKvC3gkzWSEg58i" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Confirm the details and run the check

In the pop-up window:

* Ensure *First name*, *Last name* and *Date of birth* are pre-filled correctly
* Select the **Document type** and **Country of issue**
* Confirm the uploaded document files
* Click **Check** and wait for the processing to complete

<figure><img src="/files/TdRMcm6LIq3ppoSYASMG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Review the result

Trustform will display the verification result with detailed findings directly in the **Proof of Identity** section.&#x20;

<figure><img src="/files/rr8XOPkDiPQQFvH7yjJA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If needed, you can upload additional documents and run the verification again — multiple identity documents can be checked for the same applicant.
{% endhint %}
{% endstep %}
{% endstepper %}

## Troubleshooting

If an error occurs during processing, an error message will appear in the Proof of Identity section with a description of the issue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trustform.io/guide/onboarding-and-reviewing/kyc-aml-checks/id-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
