# Identity cross-check comparing account creation data with IDV data

`POST /omni/identity-crosscheck` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Identity cross-check comparing account creation data with IDV data

Cross-checks name and date of birth from account creation against data extracted during IDV. Compares the provided data with OCR-extracted data and returns validation score with risk assessment.

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |

**Category:** Onboarding

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `identityCrosscheck`); see the Implementation pane for source & tests.

