> 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/ecom/ja/meru/thales-d1-ecom-enablement-no.md).

# Thales D1 eCom Enablement の概要

Thales D1 eCom Enablementプラットフォームは、さまざまなイシュアのカードをトークン化するための単一のAPIを提供することで、国内ネットワークのトークン化サービスへのアクセスを効率化します。

<figure><img src="/files/8628125ccd80755b95965876d9d3f365245de9d4" alt="High-level flow for D1 eCom Enablement"><figcaption><p>D1 eCom Enablementのハイレベルフロー</p></figcaption></figure>

### 対象ユーザー

次のいずれかを運用している場合は、D1 eCom Enablementを使用してください:

* 複数の加盟店を集約する加盟店ゲートウェイ
* 決済サービスプロバイダー（PSP）

### 対応ユースケース

* カードオンファイル（COF）決済
* 単発購入
* 定期支払い

### これで構築できるもの

* エンドユーザーのカードのトークン化を要求します。
* トークンを保存し、CNP取引に使用します。
* 必要に応じて、トークンのライフサイクル管理（LCM）イベントを処理します。

### 仕組み（概要）

1. エンドユーザーの同意を得てカード情報を収集します。
2. D1 APIを呼び出してトークン化を要求します。
3. トークンをシステムに保存します。
4. トークンをCNP決済に使用します。
5. LCMイベントを処理して、トークンのステータスを同期状態に保ちます。

{% hint style="info" %}
D1 eCom Enablementとイシュアのバックエンドの統合は、イシュアの統合モデルによって異なります。
{% endhint %}

### 次のステップ

{% stepper %}
{% step %}

### トークン化フローを理解する

まずは [トークン化](/ecom/ja/d1-ecom-enablement-wosuru/tkunwosuru.md).
{% endstep %}

{% step %}

### APIの動作と互換性ルールを確認する

次を参照してください [D1 APIの概要](/ecom/ja/d1-apiwosuru/d1-apino.md).
{% endstep %}

{% step %}

### セキュリティ前提条件を設定する

* 相互TLSを設定する: [相互TLS（mTLS）を設定する](/ecom/ja/d1-apiwosuru/tlsmtlswosuru.md)
* アクセストークンを取得する: [OAuth 2.0アクセストークンを取得する](/ecom/ja/d1-apiwosuru/oauth-20akusesutkunwosuru.md)
  {% endstep %}

{% step %}

### D1 APIを統合する

次を使用してください [D1 APIリファレンス](/ecom/ja/d1-apiwosuru/d1-apirifarensu.md).
{% endstep %}
{% endstepper %}

用語に不慣れな場合は、次を確認してください [用語集](/ecom/ja/meru/yong-yu-ji.md).


---

# 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:

```
GET https://docs.payments.thalescloud.io/ecom/ja/meru/thales-d1-ecom-enablement-no.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
