> 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/enroll-cards-in-click-to-pay/enroll-cards-by-auto-enrollment.md).

# 自動登録によるカード登録

自動Click to Pay登録により、イシュアは明示的なClick to Pay登録APIを呼び出さずに登録を有効化できます。

登録対象データに特定の制約（たとえば、同意管理や追加のデータ検証）がないイシュアは、消費者およびカードデータがD1に登録された時点で、Click to Pay登録を直接有効化できます。

{% hint style="info" %}
なお、自動登録オプションは、プロジェクト開始時にイシュアが選択する必要があります。
{% endhint %}

## D1登録中の自動登録

自動Click to Pay登録は、 [エンドユーザーを管理](/click-to-pay/ja/get-started/manage-end-users.md) および [カードを管理](/click-to-pay/ja/get-started/manage-cards.md) プロセス。

自動登録が有効な場合、登録時に提供された消費者およびカードデータが使用され、Click to Pay登録リクエストが自動的にトリガーされます。

次のセクションで説明されているように、 [エンドユーザーを管理](/click-to-pay/ja/get-started/manage-end-users.md) および [カードを管理](/click-to-pay/ja/get-started/manage-cards.md) 各セクションで、登録は次の方法で実行できます:

* D1 API
* バッチファイル（セクション [バッチファイルの統合](/click-to-pay/ja/register-cards-via-batch-file.md) 詳細はセクション「バッチファイルの統合」を参照してください）

## 重要なポイント

* 自動登録は、D1登録フローで送信されるデータのみに完全に依存します。必須の消費者情報が欠落しているか無効な場合、Click to Pay登録は失敗します。
* 自動登録が適しているのは、イシュアが **ない** 登録時に追加の制御（明示的な同意管理や追加のデータ検証など）を必要とする場合です。
* イシュアは、Notifications と Get Operation API を引き続き使用して、自動登録処理の最終ステータスを確認できます（ [API概要](/click-to-pay/ja/integrate-the-d1-api/d1-api-summary.md) セクション）。

{% hint style="warning" %}
イシュアは **必須です** D1 API またはバッチファイルを通じて、必要な消費者情報をすべて提供しなければなりません。そうしないと、Click to Pay登録は失敗し、プラットフォームに不要な再試行が集中して過負荷になる可能性があります。
{% endhint %}

{% hint style="warning" %}
**しないでください** 消費者情報の品質と完全性に自信がない場合、または登録の一部として明示的な同意管理が必要な場合は、自動登録を有効にしないでください。
{% 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/enroll-cards-in-click-to-pay/enroll-cards-by-auto-enrollment.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.
