> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/changelog/changelog-es/2024/15-may-identity-fraud-check-and-eid-capabilities.md).

# 15 de mayo: Fraude de identidad y eID

Esta versión introdujo una nueva comprobación centrada en fraude y amplió las opciones de verificación de identidad electrónica, al tiempo que mejoró la cobertura en todos nuestros servicios.

### **Novedades**

* [Comprobación de fraude de identidad](/documentation/product-guides/identity-verification/identity-fraud-check.md) se añadió, verificando los datos del cliente frente a múltiples fuentes autorizadas y analizando la actividad y los patrones de fraude dentro del Reino Unido para detectar mejor el comportamiento fraudulento.
* [Comprobación eID](/documentation/product-guides/identity-verification/eid-check.md) para Norway BankID se puso a disposición como una función solo por invitación, permitiendo la verificación directamente a través de BankID para el alta.
* [Autenticación activa](/documentation/product-guides/identity-verification/document-check/nfc-chip-verification.md) se introdujo para documentos de identidad con NFC en los SDK móviles, complementando las comprobaciones pasivas y mejorando la seguridad al detectar chips clonados o manipulados.

### **Mejoras**

* [Cobertura de la selección AML](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check/lists-included.md) se amplió con fuentes adicionales de sanciones, listas de vigilancia y aplicación de la ley en Sudamérica y Asia.
* [Cobertura de las verificaciones Multi-Bureau](/documentation/product-guides/identity-verification/multi-bureau-check/service-coverage.md) se amplió para incluir Austria, Ghana y Suiza.
* El [Asistente de integración](https://portal.complycube.com/developers) en el Portal web se mejoró para incluir una opción avanzada para integraciones puramente API.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.complycube.com/documentation/changelog/changelog-es/2024/15-may-identity-fraud-check-and-eid-capabilities.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
