> 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-android/es/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/mastercard-cdcvm.md).

# Mastercard CDCVM

### Descripción general

Esta página describe el comportamiento CDCVM para una tarjeta digital Mastercard.

### Variantes CDCVM compatibles

Mastercard admite dos variantes de CDCVM en el `MCBPv2` perfil de tarjeta digital:

* `FLEXIBLE_CDCVM` admite LVT sin autenticación y pagos de transporte sin autenticación.
* `CDCVM_ALWAYS` requiere **autenticación** del usuario final para cada transacción.

### Transacción de bajo valor (LVT)

Para Mastercard, el terminal determina si una transacción es una LVT.

Utiliza datos en el `Generate AC` comando APDU, incluidos el resultado CVM y las capacidades del terminal.

Para admitir LVT sin autenticación:

* El perfil de tarjeta digital de Mastercard debe estar `FLEXIBLE_CDCVM`.
* Debe habilitar la experiencia de pago LVT como se describe en [Definir la gestión de riesgos](/nfc-wallet-sdk-android/es/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/define-risk-management.md).

### Pago de transporte sin autenticación

Para Mastercard, el SDK de cartera NFC trata una transacción como de transporte cuando se cumplen ambas condiciones:

* El importe de la transacción es `0`.
* El `MCC` identifica a un comerciante de transporte.

Para admitir pagos de transporte en una puerta de tránsito sin autenticación:

* El perfil de tarjeta digital de Mastercard debe estar `FLEXIBLE_CDCVM`.
* Debe habilitar el pago de transporte sin autenticación como se describe en [Definir la gestión de riesgos](/nfc-wallet-sdk-android/es/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/define-risk-management.md).

#### MCC para transporte

<details>

<summary>MCC para transporte</summary>

<table><thead><tr><th width="114.22222900390625">MCC</th><th>Descripción</th></tr></thead><tbody><tr><td>4111</td><td>Transporte: pasajeros suburbanos y locales, incluidos ferries</td></tr><tr><td>4131</td><td>Líneas de autobús</td></tr><tr><td>4784</td><td>Peajes de puentes y carreteras</td></tr><tr><td>7523</td><td>Estacionamientos y garajes para automóviles</td></tr></tbody></table>

</details>


---

# 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.payments.thalescloud.io/nfc-wallet-sdk-android/es/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/mastercard-cdcvm.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.
