> 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/ysuksu/xpayworettohenopusshupurobijoningu.md).

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

エンドユーザーはイシュアアプリケーションから対象となるカードをxPayウォレットに追加できます。サポートされるウォレットにはApple Pay、Google Pay、Samsung Payが含まれます。

イシュアアプリケーションはカードを有効化する前にエンドユーザーの本人確認を行います。

{% hint style="warning" %}
***Google 統合 Android プッシュプロビジョニング** – Thalesは新しいAPIおよびGoogle-OPCモデルを、新バージョンの「Push Provisioning」製品を通じてのみサポートします。*

*詳細については、以下を参照してください* [*Push Provisioning*](/push-provisioning/ja/readme.md)*.*
{% endhint %}

### ステップ1: 表示するかどうかを決定する **Add to Wallet**

イシュアアプリケーションはPush Provisioning SDKを使用して以下を確認します：

* ターゲットのxPayウォレットがデバイスでサポートされているか。
* デバイス上にそのカードのトークンがすでに存在するか。

結果に基づき、表示するか非表示にする **Add to Wallet**.

呼び出す `getToken` を表示するかどうかを決定するために **Add to Wallet**PANの下4桁を渡します。

SDKはカードがすでにウォレットに存在するかを確認します。レスポンスを使用して表示するかどうかを決定してください **Add to Wallet**.

<figure><img src="/files/8126586f783229a80742569a392440a4f162c841" alt=""><figcaption><p>表示または非表示 <strong>Add to Wallet</strong> カードの有無に基づいて。</p></figcaption></figure>

Push Provisioning SDKはイシュアのバックエンドで検証するために暗号化されたカードデータを必要とします。参照してください [カードデータの暗号化（PKCS#7形式）](/classic-push-provisioning/ja/gaido/dtanoto/kdodtanopkcs7.md).

### ステップ2: カードをプロビジョニングする

エンドユーザーがタップした後、 **Add to Wallet**プッシュプロビジョニングを開始します。SDKを呼び出してください `provision` メソッド。

次を作成します `authorizationCode` （JWT）をこのフロー用に。参照してください [認可コード（JWT形式）](/classic-push-provisioning/ja/gaido/dtanoto/kdojwt.md).

<figure><img src="/files/97927bec51f2d17016309da1f5b5800c0cb63621" alt=""><figcaption><p>Push Provisioning SDKを使用したプロビジョニングフロー。</p></figcaption></figure>


---

# 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:

```
GET https://docs.payments.thalescloud.io/classic-push-provisioning/ja/ysuksu/xpayworettohenopusshupurobijoningu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
