> 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.md).

# 汎用登録フロー

### グリーンフローでの登録

において *グリーンフロー* での登録では、 **イシュア** が決定して決済ネットワークを通じてカードをデジタル化する **TSP** （例えば、 **VTS** または **MDES**) なしで **ステップアップ認証** の **エンドユーザー**.

デジタル化プロセスは以下のとおりです:

<figure><img src="/files/530bd81497cd5e2f4adecacdcaab4b92dd0e1b9b" alt=""><figcaption><p>グリーンフローでの登録（ステップアップ認証なし）。</p></figcaption></figure>

### イエローフローでの登録

において *イエローフロー* での登録では、 **イシュア** が決定して決済ネットワークを通じてカードをデジタル化する **TSP** （例えば、 **VTS** または **MDES**) とともに **ステップアップ認証** の **エンドユーザー**.

ステップアップ認証方式は、別名で呼ばれることもあります **ID\&V** （識別および検証）方式。

#### SMSまたはメールOTPによるステップアップ認証

その **イシュアのバックエンド** 送信する **OTP** 決済ネットワークのTSPによって生成されたエンドユーザーへのOTP。 このOTPはエンドユーザーの身元を証明し、デジタル化を承認します。

<figure><img src="/files/e60c7a1d0fe6e10a5d9fa85585d5cdb0acf30948" alt=""><figcaption><p>SMSまたはメールOTPを使用したイエローフローでの登録。</p></figcaption></figure>

#### イシュアアプリケーションによるステップアップ認証

エンドユーザーはウォレットアプリケーションからリダイレクトされ、 **イシュアアプリケーション**に移動します。エンドユーザーはその後eバンキングの認証情報を使用して認証します。

<figure><img src="/files/73e4a2d4b3ff59c6ce8562e0edfdb409875c9c35" alt=""><figcaption><p>イシュアアプリケーションを使用したイエローフローでの登録。</p></figcaption></figure>

#### カスタマーサービスによるステップアップ認証

エンドユーザーがを選択した場合、 **カスタマーサービス** オプション、彼らはコールセンターにリダイレクトされ、本人確認を行う必要があります。

カスタマーサービスはを使用して `getCardInfo` 保留中のバーチャルカードを識別します。カスタマーサービスはその後、再開するための要求を送信します `updateCard` バーチャルカードフローを再開する要求を送信します。

<figure><img src="/files/334467868c256b66d577def1198184a414fee067" alt=""><figcaption><p>カスタマーサービスを使用したイエローフローでの登録。</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-tokenization/ja/ysuksu/kdo/fur.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.
