> 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/click-to-pay/ja/get-started/overview.md).

# 概要

Click to Pay は、シームレスなユーザー体験を維持しながら e コマース取引のセキュリティを向上させる、安全なオンライン決済のための EMVCo 標準です。

これは、決済ネットワークが所有し、加盟店のチェックアウトページから直接利用される e コマースウォレット体験を提供します。概念的には、Apple Pay や Google Pay などの xPay ウォレットに似ていますが、ブラウザベースおよびアプリベースの e コマース専用です。

## Click to Pay の仕組み

Click to Pay では、デジタルカードはクラウドで管理され、複数のデバイスやチャネルをまたいで利用できます。

主な特長は次のとおりです:

* デジタルカードは **クラウドベースで、**&#x5358;一のデバイスに紐づきません。
* エンドユーザーの識別は直接 **加盟店のチェックアウトページ**上で行われ、通常はメールアドレスや/または電話番号を使用します。
* 同じ Click to Pay プロファイルを参加加盟店間で再利用できるため、エンドユーザーのチェックアウトが簡素化されます。

<figure><img src="/files/3b396ca4b7edfec4fffa187a46c0253d435dab37" alt=""><figcaption><p>エンドユーザー、加盟店、決済ネットワーク向けの Click to Pay の全体像。</p></figcaption></figure>

## 標準と参加者

Click to Pay のフレームワークは [EMVCo](https://www.emvco.com/emv-technologies/secure-remote-commerce/) という名称で定義されています。 **EMV Secure Remote Commerce**.

[EMVCo](https://www.emvco.com/emv-technologies/secure-remote-commerce/) は、国際的な決済ネットワークが主導するグローバルな組織で、標準を定義し、決済エコシステム全体の相互運用性を確保しています。

このフレームワークに基づき、

* Click to Pay は次のような主要な決済ネットワークによってサポートされています。 **Mastercard**, **Visa**, **American Express**、および **Discover**.
* EMVCo は **フレームワーク、アーキテクチャ、ユースケース、およびユーザー体験**.
* を定義しています。各決済ネットワークは独自の Click to Pay プログラムを運営しており、加盟店、決済サービスプロバイダー（PSP）、 **アクワイアラ**、および **イシュア**.

まで、Click to Pay プログラムの各参加者は、定義された技術的および運用上の要件を満たす必要があります。

## D1 がイシュアをどのように支援するか

D1 により、Thales はイシュアが統一されたモデルを通じて複数の決済ネットワークの Click to Pay プログラムと連携できるようにします。これにより、イシュアは次のことが可能になります:

* 各決済ネットワークの Click to Pay API との連携を簡素化する。
* 決済ネットワークごとにカスタム接続を構築する代わりに、既存の D1 連携を再利用する。
* ネットワークが定義する義務とプログラム要件に、より容易に準拠する。


---

# 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/click-to-pay/ja/get-started/overview.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.
