> 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/suteppu4-dejitarurikuesutowosuru.md).

# ステップ4 – デジタル化リクエストを承認する

デジタル化リクエストを承認（または拒否）します。必要に応じてステップアップ認証のオプションを返してください。

### このステップで何が起きるか

TSHバックエンドがイシュアのバックエンドにカードのトークン化を承認するよう要求します。

リクエストには、意思決定をサポートするためのシグナルが含まれます：

* [デバイス情報](/classic-tokenization/ja/meru/ji-ben-gai-nian/tkunaizshon/debaisu.md) （eコマースでは提供されません）
* [スコアリング情報](/classic-tokenization/ja/meru/ji-ben-gai-nian/tkunaizshon/sukoaringu.md)

次のいずれかの決定を返します：

* **緑**：を追加の認証なしで承認 **ステップアップ認証**.
* **黄**：をステップアップ認証付きで承認 **ステップアップ認証**。返却するのは **ID\&V** メソッド一覧です。
* **赤**：トークン化を拒否します。

<figure><img src="/files/4b359fa59018a2eafca396ca27c1f23087cc11ee" alt=""><figcaption><p>デジタル化承認フロー。</p></figcaption></figure>

参照： `requestCardDigitization` を [APIリファレンス](/classic-tokenization/ja/apirifarensu/ishuagtoweiapi/autobaundoishua.md).

### リクエストパラメータ

| パラメータ                 | 必須    | 説明                                                                                                                                       |
| --------------------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `x-correlation-id`    | 必須    | 登録セッションを相関させます。で受け取ったのと同じ値を使用してください `requestCardEligibility` （ステップ2）。                                                                    |
| `cipheredCardInfo`    | 必須    | で受け取ったのと同じ値 `requestCardEligibility` （ステップ2）。                                                                                            |
| `authenticationValue` | オプション | 含む **CVV2** トークンリクエスタが提供した場合。イシュアの公開鍵（PKCS#7）でこれを暗号化してください。 `cipheredCardInfo` 実務では、トークンリクエスタはエンドユーザーがカード情報を手入力した場合や写真から取得した場合にこれを提供します。 |

### レスポンスパラメータ

| パラメータ           | 必須     | 説明                                                                           |
| --------------- | ------ | ---------------------------------------------------------------------------- |
| `levelOfTrust`  | 成功時に必須 | このデジタル化リクエストに対する決定： `緑`, `黄`、または `赤`.                                        |
| `idvMethodList` | 条件付き   | の場合にのみ返してください `levelOfTrust` は `黄`。リストは利用可能な **ID\&V** ステップアップ認証のメソッドを定義します。 |

### 意思決定の指針

* デバイスおよびスコアリングのシグナルを使用して選択してください `緑`, `黄`、または `赤`.
* を返す場合 `黄`、エンドツーエンドでサポートできるステップアップメソッドのみを含めてください。
* を返す場合は登録フローを停止してください `赤`。エンドユーザーに拒否メッセージを表示してください。

### 次のステップ

に進んでください [ステップ5 – トークンを有効化する](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru.md).

を返した場合 `黄`、エンドユーザーは次のいずれかの経路でステップアップ認証を完了します：

* [オプションB：SMSまたはメールOTPで有効化](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonb-smsmatahamruotpdesuru.md)
* [オプションC – イシュアアプリケーションで有効化](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushonc-ishuaapurikshondesuru.md)
* [オプションD – カスタマーサービス経由で有効化](/classic-tokenization/ja/ysuksu/kdo/fur/suteppu5-tkunwosuru/opushond-kasutamsbisuwojitesuru.md)


---

# 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/suteppu4-dejitarurikuesutowosuru.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.
