> 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/d1-ecom-enablement-wosuru.md).

# D1 eCom Enablement を実装する

このセクションを使用して、D1 eCom Enablement をマーチャントゲートウェイまたは決済サービスプロバイダー（PSP）に統合します。マーチャントをオンボードし、トークナイゼーションをリクエストし、トランザクションを作成し、ライフサイクルイベントを処理します。

### 実装フロー

1. マーチャントをオンボードします。
2. エンドユーザーのカードについてトークナイゼーションをリクエストします。
3. トークンを使ってCNPトランザクションを作成します。
4. 定期および分割トランザクションを処理します。
5. 該当する場合、トークンおよびカードのライフサイクルイベントを処理します。

### ガイド

<table data-view="cards"><thead><tr><th>タイトル</th><th data-card-target data-type="content-ref">対象</th></tr></thead><tbody><tr><td>マーチャントをオンボード</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/2a65ac42892fd6a8ebaf7691d5ecd57c895a818e">/spaces/Td5SrJN5blBGDmSrG0yH/pages/2a65ac42892fd6a8ebaf7691d5ecd57c895a818e</a></td></tr><tr><td>トークン化</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/371f27efba55642e9efcbaca5a2ec182b447efe3">/spaces/Td5SrJN5blBGDmSrG0yH/pages/371f27efba55642e9efcbaca5a2ec182b447efe3</a></td></tr><tr><td>取引を作成する</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/d4107e2675dc3ac2ef2fc64a37f5266a7f783287">/spaces/Td5SrJN5blBGDmSrG0yH/pages/d4107e2675dc3ac2ef2fc64a37f5266a7f783287</a></td></tr><tr><td>継続的および分割トランザクションの処理</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/5680a1dbb47a78a0e4b37e38c77afd420825b0fb">/spaces/Td5SrJN5blBGDmSrG0yH/pages/5680a1dbb47a78a0e4b37e38c77afd420825b0fb</a></td></tr><tr><td>トークンを削除する（マーチャント/PSP）</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/1d2eb8d43cecbea027c6d8cfe0609e83e190c60e">/spaces/Td5SrJN5blBGDmSrG0yH/pages/1d2eb8d43cecbea027c6d8cfe0609e83e190c60e</a></td></tr><tr><td>カードのライフサイクルイベントを処理する</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/e320edd3831420e0fdf166e07de1e87f53674034">/spaces/Td5SrJN5blBGDmSrG0yH/pages/e320edd3831420e0fdf166e07de1e87f53674034</a></td></tr><tr><td>トークンのライフサイクルイベントを処理する</td><td><a href="/spaces/Td5SrJN5blBGDmSrG0yH/pages/6d339189446f95785b9c2a4fd2d3b412f20bfb0b">/spaces/Td5SrJN5blBGDmSrG0yH/pages/6d339189446f95785b9c2a4fd2d3b412f20bfb0b</a></td></tr></tbody></table>

### API 統合

セキュリティの前提条件とAPIドキュメントについては、次へ移動してください [D1 API を統合する](/ecom/ja/d1-apiwosuru.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/d1-ecom-enablement-wosuru.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.
