> 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-fr/2024/15-may-identity-fraud-check-and-eid-capabilities.md).

# 15 mai : Fraude à l'identité et eID

Cette version a introduit un nouveau contrôle axé sur la fraude et a élargi les options de vérification d’identité électronique, tout en améliorant la couverture de nos services.

### **Nouvelles fonctionnalités**

* [Contrôle de fraude d’identité](/documentation/product-guides/identity-verification/identity-fraud-check.md) a été ajouté, vérifiant les informations client auprès de plusieurs sources de référence et analysant l’activité et les schémas de fraude au Royaume-Uni afin de mieux détecter les comportements frauduleux.
* [Vérification eID](/documentation/product-guides/identity-verification/eid-check.md) pour Norway BankID a été rendu disponible en tant que fonctionnalité sur invitation uniquement, permettant une vérification directement via BankID pour l’intégration.
* [Authentification active](/documentation/product-guides/identity-verification/document-check/nfc-chip-verification.md) a été introduite pour les documents d’identité compatibles NFC dans les SDK mobiles, en complément des contrôles passifs et en renforçant la sécurité grâce à la détection des puces clonées ou falsifiées.

### **Améliorations**

* [Couverture du filtrage AML](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check/lists-included.md) a été élargie avec des sources supplémentaires de sanctions, de listes de surveillance et d’application des lois en Amérique du Sud et en Asie.
* [Couverture des contrôles multi-bureaux](/documentation/product-guides/identity-verification/multi-bureau-check/service-coverage.md) a été étendue pour inclure l’Autriche, le Ghana et la Suisse.
* Le [Assistant d’intégration](https://portal.complycube.com/developers) sur le portail Web a été amélioré pour inclure une option avancée pour les intégrations API pures.


---

# 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-fr/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.
