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

# 認定

## 概要 <a href="#overview" id="overview"></a>

Thales は、決済ネットワークの要件を満たすため、NFC Wallet SDK に対して定期的にセキュリティおよび機能の認証を実施しています。詳細が必要な場合は、Thales カスタマーサポートにお問い合わせください。 **Thales カスタマーサポート** 詳細が必要な場合は。

デジタルウォレットアプリケーションを **本番環境** すべての **エンドユーザー**に展開する前に、サポートを予定している各決済ネットワークの認証ステータスを確認してください。

## 決済ネットワーク別の認証ステータス <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バージョン</th><th width="153.00006103515625">認証ステータス</th><th>証明書の有効期間</th></tr></thead><tbody><tr><td>Android 6.15</td><td>Mastercard により免除</td><td>6.13 の認証ステータスを参照</td></tr><tr><td>Android 6.14</td><td>Mastercard により免除</td><td>6.13 の認証ステータスを参照</td></tr><tr><td>Android 6.13</td><td>完了</td><td><p>コンポーネント適合宣言書：2026年11月25日</p><p>セキュリティテスト評価サマリー：2026年11月25日</p></td></tr></tbody></table>

**Visa**

<table><thead><tr><th width="129.888916015625">SDKバージョン</th><th width="152.111083984375">認証ステータス</th><th>証明書の有効期間</th></tr></thead><tbody><tr><td>Android 6.15</td><td>Visa により免除</td><td>6.14 の認証ステータスを参照</td></tr><tr><td>Android 6.14</td><td>完了</td><td>2026年11月7日まで有効。</td></tr><tr><td>Android 6.12</td><td>Visa により免除</td><td>2026年10月31日まで有効</td></tr></tbody></table>

{% hint style="info" %}
**注意事項**

* 認証プロセスが完了する前に、NFC Wallet SDK（旧 **TSH Pay SDK**）を統合してテストできます。
* Thales が証明書を更新するのは、 **最新** の NFC Wallet SDK リリースのみです。証明書の有効期限前にアップグレードを計画してください。
  {% 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/ja/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.
