> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/es/implement-nfc-wallet/make-payments/understand-cdcvm.md).

# Comprender CDCVM

### Por qué es importante el CVM

CVM (método de verificación del titular de la tarjeta) confirma al usuario final antes de un pago. Ayuda a evitar pagos no autorizados desde un dispositivo perdido o robado.

### CDCVM (CVM del dispositivo del consumidor)

CDCVM es un método CVM que utiliza el método seguro de autenticación local del dispositivo.

El SDK NFC Wallet para iOS admite **solo CDCVM**. Se basa en la autenticación de iOS para proteger las transacciones de pago sin contacto.

El SDK NFC Wallet admite varias políticas de CDCVM. Configure la política durante [la inicialización del SDK NFC Wallet](/nfc-wallet-sdk-ios/es/get-started/configuration/3.-initialization.md#cardholder-verification-method):

* solo biometría
* biometría con alternativa al código del dispositivo
* solo código del dispositivo (por ejemplo, si la biometría no está disponible)

En iPhone, biometría significa **Face ID** o **Touch ID**.

Consulte la sección [Autenticación local](https://developer.apple.com/documentation/localauthentication?utm_source=chatgpt.com) en la documentación para desarrolladores de Apple.

{% hint style="warning" %}
Tenga en cuenta que el usuario final puede cambiar el método de desbloqueo del dispositivo. Consulte [escenario de actualización del método de desbloqueo del dispositivo](/nfc-wallet-sdk-ios/es/implement-nfc-wallet/make-payments/understand-cdcvm/device-unlock-method-update-scenarios.md).
{% endhint %}

### Nota operativa

Aunque el perfil de la tarjeta digital defina un método CVM diferente, las transacciones sin contacto requieren CDCVM.

Revise pronto el método CVM del perfil de la tarjeta digital. Esto le ayuda a diseñar la experiencia de usuario de pago esperada.

{% hint style="warning" %}
El método CVM del perfil de la tarjeta digital puede ser CDCVM o PIN en línea.

Mastercard llama al PIN en línea “experiencia similar a la de una tarjeta”.

El SDK NFC Wallet admite un método CVM por aplicación de cartera digital.
{% endhint %}


---

# 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.payments.thalescloud.io/nfc-wallet-sdk-ios/es/implement-nfc-wallet/make-payments/understand-cdcvm.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.
