> 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).

# 自動登録でカードを登録する

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

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

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

## D1 登録中の自動登録

Automatic 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 登録は失敗します。
* 自動登録が適しているのは、イシュアが登録時に追加の管理を **必要としない** 場合（明示的な同意管理や追加のデータ検証など）に限られます。
* イシュアは、通知 API と 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.
