> 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/classic-push-provisioning/ja/meru/na.md).

# 主要な概念

Classic Push Provisioning Serviceはデジタル決済ソリューションです。これは、イシュアアプリケーションからxPayウォレットおよびトークンリクエスタへカードをプッシュすることで、登録を簡素化します。

これにより、エンドユーザーはイシュアアプリケーションから複数のウォレットやトークンリクエスタに保存されたデジタルカードを制御できます。

これらの機能は、イシュアアプリケーションに統合するSDKを通じて提供されます：

<figure><img src="/files/441dbf120e3a54387712a92f036f4cf191a7662e" alt=""><figcaption><p>Token Push &#x26; Control SDKの概要。</p></figcaption></figure>

Token Push & Control SDKでは次のことが可能です：

* xPayウォレットへのプッシュプロビジョニング
* 決済ネットワーク経由でのプッシュプロビジョニング
* トークンの表示

このSDKは以下で利用可能です：

* iOS
* Android

Push Provisioning SDKはThalesのバックエンドと統合され、VTSおよびMDESに接続します。これはイシュアに提供されるVisaおよびMastercardの既存のプッシュプロビジョニングサービスAPIおよびITSPサービスAPIを活用します。

各機能の詳細は以下の通りです。

### xPayウォレットへのプッシュプロビジョニング

エンドユーザーはプッシュプロビジョニングを使用してカードをxPayウォレットに追加できます。

<figure><img src="/files/2b9c5015700f47c726a33e28bd751553648577d5" alt=""><figcaption><p>xPayウォレットへのプッシュプロビジョニング。</p></figcaption></figure>

### 決済ネットワーク経由でのプッシュプロビジョニング

エンドユーザーは決済ネットワークで有効なトークンリクエスタにカードを追加できます。

<figure><img src="/files/71170c17de62d0762be66896250f8caf21a6efee" alt=""><figcaption><p>決済ネットワーク経由でのプッシュプロビジョニング。</p></figcaption></figure>

### トークン表示

エンドユーザーは以前に作成されたトークンを表示できます。

<figure><img src="/files/533e5124366dcb9c4914c9525a3b9db165ee65e7" alt=""><figcaption><p>トークン表示。</p></figcaption></figure>

TPC SDKは各トークンについて次の情報を表示します：

* トークンリクエスタ名
* トークンリクエスタのロゴ
* トークンの状態（有効または一時停止）
* デバイス情報（利用可能な場合）

### 決済ネットワークおよびオペレーティングシステム間の機能互換性

以下の表はPush Provisioning SDKのサポートされる組み合わせを示します：

| ユースケース                       | Visa                                                                       | Mastercard                                                                 | Amex                                                                       | Discover (2)                                                               | 国内 (1)     |
| ---------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------- |
| **xPayウォレットへのプッシュプロビジョニング**  | <ul><li>Apple Pay</li><li>Google のローンチプロセスページ</li><li>Google Pay</li></ul> | <ul><li>Apple Pay</li><li>Google のローンチプロセスページ</li><li>Google Pay</li></ul> | <ul><li>Apple Pay</li><li>Google Pay (2)</li><li>Samsung Pay (2)</li></ul> | <ul><li>Apple Pay</li><li>Google Pay</li><li>Google のローンチプロセスページ</li></ul> | Huawei Pay |
| **決済ネットワーク経由でのプッシュプロビジョニング** | -                                                                          | <ul><li>Android</li><li>iOS</li></ul>                                      |                                                                            |                                                                            |            |
| **トークンの表示と制御**               | <ul><li>Android</li><li>iOS</li></ul>                                      | <ul><li>Android</li><li>iOS</li></ul>                                      |                                                                            |                                                                            |            |
|                              |                                                                            |                                                                            |                                                                            |                                                                            |            |

(1) 特定の条件下でのみサポートされます。詳細はThalesのデリバリーチームに確認してください。

(2) 本番環境ではまだテストされていません。


---

# 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/classic-push-provisioning/ja/meru/na.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.
