> 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/3d-secure/ja/3dswosuru/furikushonresufurwosuru.md).

# フリクションレスフローを実装する

## 概要

3DS フリクションレスフローは、設定されたリスクルールに基づき取引が低リスクと評価された場合、チャレンジを行わずにエンドユーザーを認証します。これにより、シームレスなチェックアウトが維持されつつ、EMV 3‑D Secure (3DS) の準拠性が保たれます。

{% hint style="info" %}
フリクションレスな結果を有効にするには、しきい値と条件を次で構成してください [3DS 判定用のルールセットを構成する](/3d-secure/ja/3dswosuru/3ds-norrusettowosuru.md).
{% endhint %}

## ユーザーエクスペリエンス

<figure><img src="/files/e537584f353e71517b22ab3b07996746a4d35e95" alt=""><figcaption><p>フリクションレスな 3DS 認証（チャレンジなし）のエンドユーザー体験。</p></figcaption></figure>

## フロー

<figure><img src="/files/a832140a3a7475bda16f409861ce35cdd751fdf6" alt=""><figcaption><p>マーチャントの 3DS リクエストからイシュアのバックエンド通知までのハイレベルなフリクションレスフロー。</p></figcaption></figure>

## シーケンス図

### 前提条件

* カード製品は D1 バックエンドと決済ネットワークのディレクトリサーバーに構成されている。
* エンドユーザーとカードは D1 バックエンドに登録されている。

<figure><img src="/files/bb5214fa4b2a7edcd5b036ffc99d77d44fbc61ce" alt=""><figcaption><p>3DS フリクションレス認証のエンドツーエンドメッセージシーケンス。</p></figcaption></figure>

フローの最後に、イシュアのバックエンドは認証の詳細について次を介して通知される、 [3DS カード操作の通知](/3d-secure/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara.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:

```
GET https://docs.payments.thalescloud.io/3d-secure/ja/3dswosuru/furikushonresufurwosuru.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.
