> 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-tokenization/ja/ysuksu/kdo/fur/suteppu1-kdowosuru.md).

# ステップ1 – カード詳細を取得する

まず、エンドユーザーはトークナイゼーションに使用するカード情報を提供します。

これらの方法のいずれかを使用してこれらの詳細を取得します：

* 発行者アプリケーションまたはデジタルウォレットアプリでの手動入力
* 実物カードの写真からの光学文字認識（OCR）
* 既存のカードオンファイル（COF）レコードからインポートされたカード情報

一般的なアプローチは発行者アプリケーションから始めることです。この登録フローはしばしば **プッシュプロビジョニング** または **アプリ内プロビジョニング**.

{% hint style="info" %}
TSHが国内スキームをサポートするように構成されている場合、詳細を確認してください [国内スキームの取り扱い](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu1-kdowosuru/sukmunorii.md).
{% endhint %}

### 発行者アプリケーションからのプッシュプロビジョニング

下の図はカード情報取得のための全体的なプッシュプロビジョニングフローを示しています。

<figure><img src="/files/44c1c0af5e35ecdf4747772422c24cb00c1abf31" alt=""><figcaption><p>カード情報を取得するためのプッシュプロビジョニングフロー。</p></figcaption></figure>

プッシュプロビジョニングのシナリオでは、トークナイゼーションのフローは標準の「グリーンフロー」に従います。これには、発行者アプリケーションがSDKまたはモバイルOSのAPIを介してトークンリクエスタ（ウォレットプロバイダ）へ2つの要素を提供する初期ステップが追加されます：

1. **暗号化されたカード情報**\
   発行者アプリケーションは暗号化されたカードデータ（通常はPANと有効期限）を送信します。
2. **認証証明**\
   発行者アプリケーションはトークンリクエスタまたは決済ネットワークに対する認証証明を送信します。これは発行者がエンドユーザーを強力に認証したことを示します。

#### 暗号化と認証証明

* **暗号化アルゴリズム**\
  暗号化アルゴリズムは各トークンリクエスタ固有です。対応する仕様はトークンリクエスタによって提供されます。
* **認証証明アルゴリズム**\
  認証証明の形式とアルゴリズムは各決済ネットワーク（例：VTSやMDES）固有です。関連する仕様は決済ネットワークによって提供されます。

#### アプリ間フローでのCVV2の取り扱い

アプリ間のプッシュプロビジョニングフロー（図のステップ4）では、発行者バックエンドはCVV2を受け取りません。トークンリクエスタは決済ネットワークの要件に従ってCVV2を収集および処理します。


---

# 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-tokenization/ja/ysuksu/kdo/fur/suteppu1-kdowosuru.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.
