> 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/post-tokenization-requests/update-the-digital-card-assurance-method-e-commerce-only.md).

# デジタルカードの認証方式を更新（eコマースのみ）

## デジタルカードのアシュアランスメソッドを更新する

これはポスト-**トークナイゼーション** **LCM（ライフサイクル管理）** のユースケースです。

これらのフローは通常、 **トークンリクエスタ**によって開始されます。例えば、Eコマースの加盟店など。

これらは既存トークンの信頼レベルを高めます。

Eコマース中に **トークナイゼーション**、イシュアは通常条件なしでリクエストを承認します。期限切れカードや不正な **CSC**.

これは、 **ID\&V** メソッドが **トークナイゼーション** の結果を検証するために使用されないことを意味します。

[EMVCo](https://www.emvco.com/emv-technologies/payment-tokenisation/) はこの信頼レベルをトークンアシュアランスメソッドと呼びます。トークンアシュアランスレベルとも呼ばれます。

決済ネットワークはポスト-**トークナイゼーション** フローをサポートしており、 **トークンリクエスタ** はデジタルカードが有効な間にこれらのフローをトリガーできます。これらのフローはトークンアシュアランスメソッドを更新します。

D1はイシュアに代わってこれらのフローをサポートします。 **イシュア**.

### 決済ネットワークフレームワーク

決済ネットワークはポスト-**トークナイゼーション** アシュアランスの更新に関するフレームワークを定義します。

フレームワーク名は決済ネットワーク固有です：

* Visa: Cloud Token Framework (CTF)
* Mastercard: MDES **ID\&V** （ポスト-**トークナイゼーション** 認証とも呼ばれる）

### サポートされるフロー

決済ネットワークは通常、2つのフローをサポートします：

* [デバイスバインディングフロー](/tokenization/ja/implement-tokenization/post-tokenization-requests/update-the-digital-card-assurance-method-e-commerce-only/device-binding-flow.md)\
  はデバイスバインディングを決済ネットワークにリクエストします **トークンリクエスタ** イシュア **TSP**.
* [カード所有者検証フロー](/tokenization/ja/implement-tokenization/post-tokenization-requests/update-the-digital-card-assurance-method-e-commerce-only/cardholder-verification-flow.md)\
  はデバイスバインディングを決済ネットワークにリクエストします **トークンリクエスタ** は、 **イシュア** を通じて決済ネットワークにリクエストします **TSP**、一連の **ID\&V** メソッド。 **エンドユーザー** はトークンアシュアランスメソッドを高めるために1つのメソッドを完了します。

これらの両方のフローにはイシュアが意思決定を行うことが含まれており、ここでD1はイシュアに代わってそれらのリクエストをオーケストレーションします。

### フロー成功の結果

認証が成功した場合、決済ネットワークは **TSP** を更新できます：

* デジタルカードのアシュアランスメソッド（アシュアランスレベル）。
* デバイスバインディング情報（デバイスバインディングのユースケースの場合）。

決済ネットワークがサポートする場合、 **TSP** はこれらのシグナルを承認リクエストに含めます。これにより、 **イシュア** は承認時により高い信頼を得られます。


---

# 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/tokenization/ja/implement-tokenization/post-tokenization-requests/update-the-digital-card-assurance-method-e-commerce-only.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.
