> 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/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay.md).

# Click to Pay からカードをオプトアウトする

## 概要

Click to Pay を使用すると、エンドユーザーは **カードをオプトアウトし** Click to Pay のチェックアウト時に利用できないようにできます。

カードを Click to Pay からオプトアウトするには、イシュアは D1 API を使用します [Click to Pay のオプトアウト対象カード](/click-to-pay/ja/integrate-the-d1-api/d1-api-summary.md).

カードをオプトアウトすると、次の影響があります。

* カードは Click to Pay ディレクトリから削除されます。
* 決済ネットワークは関連付けられたデジタルカードを削除します。
* そのエンドユーザーの Click to Pay チェックアウト時に、そのカードは支払い手段として表示されなくなります。

D1 は、別の API も提供しており、 **消費者をオプトアウトし** Click to Pay から完全に削除できます。これにより、消費者の詳細情報とすべてのトークン化されたカードが削除されます。詳細は、 [Click to Pay のオプトアウト対象消費者](/click-to-pay/ja/integrate-the-d1-api/d1-api-summary.md).

オプトアウトは確定的な操作です。必要に応じて、イシュアは Click to Pay に再登録することでカードを再び利用可能にできます。詳細は、 [Click to Pay にカードを登録する](/click-to-pay/ja/implement-click-to-pay-issuers/enroll-cards-in-click-to-pay.md).

{% hint style="info" %}
**クイックリンク**

* [Click to Pay にカードを登録する](/click-to-pay/ja/implement-click-to-pay-issuers/enroll-cards-in-click-to-pay.md)
* [Click to Pay プロファイルを更新する](/click-to-pay/ja/implement-click-to-pay-issuers/update-click-to-pay-profiles.md)
* [Click to Pay プロファイルを取得する](/click-to-pay/ja/implement-click-to-pay-issuers/retrieve-click-to-pay-profiles.md)
* [D1 API によるオプトアウト](/click-to-pay/ja/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay/opt-out-by-d1-api.md)
* [D1 SDK によるオプトアウト](/click-to-pay/ja/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay/opt-out-by-d1-sdk.md)
  {% endhint %}

## オプトアウト方法を選択する

D1 では、カードを Click to Pay からオプトアウトするための 2 つの統合オプションが提供されています。

* **イシュアのバックエンド経由でオプトアウトする（D1 API）** – イシュアのバックエンドが [Click to Pay のオプトアウト対象カード](/click-to-pay/ja/integrate-the-d1-api/d1-api-summary.md) API を呼び出してカードを Click to Pay から削除するか、 [Click to Pay のオプトアウト対象消費者](/click-to-pay/ja/integrate-the-d1-api/d1-api-summary.md) API を呼び出して消費者を Click to Pay から完全に削除します。参照: [D1 API によるオプトアウト](/click-to-pay/ja/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay/opt-out-by-d1-api.md).
* **イシュアのアプリケーション経由でオプトアウトする（D1 SDK）** – イシュアのアプリケーションが D1 SDK（`D1ClickToPay.optOutCard` または `D1ClickToPay.optOutConsumer`）を使用して、モバイル体験内から同じバックエンドフローを開始します。参照: [D1 SDK によるオプトアウト](/click-to-pay/ja/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay/opt-out-by-d1-sdk.md).

どちらの方法でも、D1 と Click to Pay ディレクトリで同じバックエンド操作が実行されます。ユーザー体験と技術アーキテクチャに最も適した方法を選択してください。

{% hint style="info" %}
**バックエンドと SDK のオプトアウトの使い分け**

使用するのは **バックエンドによるオプトアウト（D1 API）** 次の場合です。

* オプトアウトがイシュアのバックエンドによって開始される場合（たとえば、カードの解約、不正利用、チャージバック処理など）。
* 顧客対応担当者が顧客対応インターフェースからオプトアウトを実行する場合。
* イシュアのアプリケーションとのやり取りなしで、複数のカードを一括でオプトアウトする必要がある場合。

使用するのは **SDK によるオプトアウト（D1 SDK）** 次の場合です。

* エンドユーザーがイシュアのアプリケーションから直接オプトアウトを開始できるようにしたい場合（たとえば、カード詳細画面の「Click to Pay から削除」アクション）。
* D1 がバックエンド処理を調整している間、イシュアのアプリケーションで即時フィードバックを表示したい場合。
* Click to Pay の登録ですでに D1 SDK を使用しており、一貫したユーザー体験を実現したい場合。
  {% endhint %}


---

# 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/implement-click-to-pay-issuers/opt-out-cards-from-click-to-pay.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.
