> 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は、安全なオンラインチェックアウトのためのEMVCo標準であり、エンドユーザーにとってスムーズな体験を維持しながら電子商取引のセキュリティを向上させます。

これは、決済ネットワークが所有し、マーチャントのチェックアウトページから直接使用される電子商取引向けのウォレット体験を提供します。概念的にはApple PayやGoogle PayのようなxPayウォレットに似ていますが、ブラウザおよびアプリベースの電子商取引に特化しています。

## Click to Payの仕組み

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

主な特徴は次のとおりです：

* デジタルカードは **クラウドベースで**、単一のデバイスに結び付けられていません。
* エンドユーザーの識別は直接 **マーチャントのチェックアウトページ**上で行われ、通常はメールアドレスおよび/または電話番号を使用します。
* 同じ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は **フレームワーク、アーキテクチャ、ユースケース、およびユーザーエクスペリエンスを定義します**.
* 各決済ネットワークは、マーチャント、決済サービスプロバイダ（PSP）向けの特定のAPIと要件を持つ独自のClick to Payプログラムを運営します。 **アクワイアラ**、および **イシュア**.

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.
