> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/rest-api/identity-api/identity-api-reference/onboarding/civil-validation.md).

# Civil Validation

Civil validation service that allows verifying a user's identity against the Civil Registry data of each country.

The service supports three types of operation:

* **FULL** — Full validation: data validation and facial matching.
* **DATA** — Data validation: validation only against Civil Registry data.
* **FACIAL** — Facial validation: facial matching against the official Civil Registry images.

Each operation can be executed from two platforms:

* **MOBILE** — Uses the OCR Token generated by the native or hybrid SelphID Widget.
* **WEB** — Uses the document images (front and back) captured from the browser.

### Endpoint

```
POST /services/civilValidation
```

### Available countries

| Country    | ISO Code | Specific parameters                        |
| ---------- | -------- | ------------------------------------------ |
| Ecuador    | ECU      | Requires `documentCode` (fingerprintCode). |
| Costa Rica | CRI      |                                            |
| Argentina  | ARG      |                                            |
| Peru       | PER      |                                            |
| Guatemala  | GTM      |                                            |
| Panama     | PAN      |                                            |
| Honduras   | HND      |                                            |
