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