> 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/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md).

# ステップアップ認証で承認

{% hint style="info" %}
ステップアップ認証は通常、トークン化で使用されます（ **xPay ウォレット**）。これは、eコマース加盟店が発起したトークン化には適用されません。
{% endhint %}

ステップアップ認証の判定（**YELLOW**）は、D1 が条件付きで承認したことを意味します **トークン化**。支払いネットワークが **TSP** によってデジタルカードをプロビジョニングおよび有効化することができる前に、 **エンドユーザー** は追加の認証ステップ（ **ID\&V** 方式）を完了する必要があります。

### 次に何が起こるか

1. D1 は **YELLOW** 支払いネットワークに判定を返します **TSP**と、サポートされる ID\&V 方法を一緒に。
2. その **トークンリクエスタ** は **エンドユーザー** にサポートされている方法のいずれかを完了するよう促します。
3. 認証が成功した場合、支払いネットワークは **TSP** プロビジョニングを完了しデジタルカードを有効化します（支払いネットワークの動作）。
4. D1 はあなたの **イシュアのバックエンド** にトークン化の結果を通知でき、オプションで通知を送信します（ **エンドユーザー** D1 のオンボーディング中に有効にした内容によります）。 **D1 オンボーディング**）。詳細は以下を参照してください。 [レスポンスの処理](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response.md#notifications).

### 一般的なトリガー

ステップアップ認証は、D1 がより高いリスクを検出したときに一般的にトリガーされます。例：

* 支払いネットワークが提供した電話番号と、 **エンドユーザー** イシュアが提供したデータの間の電話番号の不一致。 **イシュア** と支払いネットワークが提供した電話番号の間の **TSP**。参照： [ディシジョンエンジン > エンドユーザー（消費者）](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#end-user-consumer).
* 欠落している **CSC** CSC が期待されるキャプチャ方式での欠落。参照： [ディシジョンエンジン > カードキャプチャ](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#card-capture).

### サポートされる ID\&V 方法

D1 が **YELLOW**を返すと、支払いネットワークに対して、 **TSP** サポートされる ID\&V 方法の一覧を提供します。

* [SMS／メールによる OTP](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication/otp-by-sms-email.md) – 支払いネットワークが **OTP**を生成します。 **イシュア** （またはイシュアに代わっての D1） **イシュア**がそれを **エンドユーザー**.
* [宛てに配信します](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication/in-app-authentication-with-issuer-backend.md) アプリ内認証バックエンド **エンドユーザー** – その **はイシュアのアプリケーション内で認証し、**、そして **イシュア** がデジタルカードを有効化します。
* [カスタマーサービス](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication/customer-service.md) アプリ内認証バックエンド **エンドユーザー** はのカスタマーサービスプロセスを通じて認証します。 **イシュア**のカスタマーサービスプロセスを通じて認証します。

{% hint style="warning" %}
使用できる方法は、要求されたデータを提供するイシュアの能力に依存します。たとえば、イシュアがメールアドレスや電話番号などの連絡先情報を持っていない場合、それらの方法は利用できません。
{% endhint %}

{% hint style="info" %}
D1 に OTP を送信させたくない場合は、 [Deliver OTP API をサポートする必要があります。](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).
{% 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:

```
GET https://docs.payments.thalescloud.io/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.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.
