> 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/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences.md).

# 7. CDCVM エクスペリエンスを構成する

## 概要

このページはサポートされている取引タイプを要約し、リスク管理を設定して次のために認証なしの **シングルタップ** エクスペリエンスをサポートする必要がある場合について説明します：

* **低額取引** (**LVT**)
* **トランジット取引**

Mastercard、Visa、およびPUREのCDCVM専用セクションも確認できます。NFC Wallet SDKはペイメントネットワーク非依存のCDCVM動作を提供しますが、ペイメントネットワーク固有の詳細は依然として適用されます。

## 取引タイプ

### 高額取引（HVT）

すべてのHVTにはエンドユーザー認証が必要です。

NFC Wallet SDKは支払いの前にエンドユーザーに認証を促します。

各認証は1回の支払いにのみ適用されます。

### 低額取引（LVT）

LVTは常にエンドユーザー認証を必要とするわけではありません。

LVTアキュムレータに基づいて、NFC Wallet SDKはエンドユーザー認証を要求する場合があります。

詳細は [リスク管理の定義](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/define-risk-management.md) を参照してください。

### トランジット取引

トランジット取引はトランジットの改札で発生します。エンドユーザー体験を向上させるため、トランジット取引はエンドユーザー認証なしで行うことができます。

デジタルウォレットアプリケーションは認証なしでトランジット取引を許可できます。

詳細は [リスク管理の定義](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/define-risk-management.md) を参照してください。

## 製品固有のCDCVM動作

NFC Wallet SDKはペイメントネットワーク間で透過的なCDCVM動作を提供します。

ただし、各デジタルカード製品に対して製品固有の詳細が引き続き適用されます。詳細については次を参照してください：

* [Mastercard CDCVM](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/mastercard-cdcvm.md)
* [Visa CDCVM](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/visa-cdcvm.md)
* [PURE CDCVM](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences/pure-cdcvm.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/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments/7.-configure-cdcvm-experiences.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.
