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

# Certifications

## Overview <a href="#overview" id="overview"></a>

Thales performs regular security and functional certifications for NFC Wallet SDK to meet payment network requirements. Contact **Thales Customer Support** if you need more details.

Before you deploy your digital wallet application to the **Production Environment** for all **End Users**, verify the certification status for each payment network you plan to support.

## Certification status by payment network <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">SDK version</th><th width="153.00006103515625">Certification status</th><th>Certificate validity</th></tr></thead><tbody><tr><td>Android 6.14</td><td>Exempted by Mastercard</td><td>Refer to 6.13 certification status</td></tr><tr><td>Android 6.13</td><td>Completed</td><td><p>Component Conformity Statement: 25th Nov 2026</p><p>Security Test Assessment Summary: 25th Nov 2026</p></td></tr></tbody></table>

**Visa**

<table><thead><tr><th width="129.888916015625">SDK version</th><th width="152.111083984375">Certification status</th><th>Certificate validity</th></tr></thead><tbody><tr><td>Android 6.14</td><td>Completed</td><td>Valid until 7th November 2026.</td></tr><tr><td>Android 6.12</td><td>Exempted by Visa</td><td>Valid until 31st October 2026</td></tr></tbody></table>

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

* You can integrate and test NFC Wallet SDK (previously **TSH Pay SDK**) before the certification process is completed.
* Thales renews certificates only for the **latest** NFC Wallet SDK release. Plan upgrades before certificate expiry.
  {% 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/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.
