> 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/general/certifications.md).

# Certificaciones

## Descripción general <a href="#overview" id="overview"></a>

Thales realiza certificaciones periódicas de seguridad y funcionalidad para NFC Wallet SDK a fin de cumplir con los requisitos de la red de pagos. Contacte con **Soporte al cliente de Thales** si necesita más detalles.

Antes de implementar su aplicación de billetera digital en el **entorno de producción** para todos los **usuarios finales**, verifique el estado de certificación de cada red de pago que planee admitir.

## Estado de certificación por red de pago <a href="#certification-status-by-payment-network" id="certification-status-by-payment-network"></a>

**Mastercard**

<table data-full-width="true"><thead><tr><th width="128.111083984375">versión del SDK</th><th width="153.00006103515625">estado de certificación</th><th>validez del certificado</th></tr></thead><tbody><tr><td>Android 6.14</td><td>Exento por Mastercard</td><td>Consulte el estado de certificación de 6.13</td></tr><tr><td>Android 6.13</td><td>Completado</td><td><p>Declaración de conformidad del componente: 25 de noviembre de 2026</p><p>Resumen de la evaluación de la prueba de seguridad: 25 de noviembre de 2026</p></td></tr></tbody></table>

**Visa**

<table><thead><tr><th width="129.888916015625">versión del SDK</th><th width="152.111083984375">estado de certificación</th><th>validez del certificado</th></tr></thead><tbody><tr><td>Android 6.14</td><td>Completado</td><td>Válido hasta el 7 de noviembre de 2026.</td></tr><tr><td>Android 6.12</td><td>Exento por Visa</td><td>Válido hasta el 31 de octubre de 2026</td></tr></tbody></table>

{% hint style="info" %}
**Notas**

* Puede integrar y probar NFC Wallet SDK (anteriormente **TSH Pay SDK**) antes de que se complete el proceso de certificación.
* Thales renueva los certificados solo para la **más reciente** versión de NFC Wallet SDK. Planifique las actualizaciones antes de la expiración del certificado.
  {% 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/es/general/certifications.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.
