> 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/transaction-control/ja/integrate-the-d1-api/d1-api-summary.md).

# D1 API の概要

## 概要 <a href="#overview" id="overview"></a>

このページは統合に通常必要となるD1 APIエンドポイントのチェックリストを提供します **トランザクションコントロール**.

{% hint style="info" %}
**方向** エンドポイントを呼び出す主体を示します：

* **イシュアバックエンド → D1バックエンド**：あなたのイシュアバックエンドがD1 APIを呼び出します。
* **D1バックエンド → イシュアバックエンド**：D1バックエンドがあなたのイシュアバックエンドを呼び出します。
  {% endhint %}

## 必須API <a href="#required-apis" id="required-apis"></a>

|                                                                                                                                                                                                                                                                                                                                                                             |                       |                                          |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ---------------------------------------- |
| ​[認可トークンを取得](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/oauth2-api#post-oauth2-token)​                                                                                                                                                                                                   | イシュアバックエンド → D1バックエンド | D1バックエンドを呼び出すためのOAuth 2.0アクセストークンを取得します。 |
| ​[カードを作成](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards) または [カードを登録](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#put-v2-issuers-issuerid-cards-cardid)​ | イシュアバックエンド → D1バックエンド | D1バックエンドでカードを作成または登録します。                 |
| ​[カードを更新](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-renew)​                                                                                                                                                                   | イシュアバックエンド → D1バックエンド | カードを更新します。                               |
| ​[カードを交換](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-replace)​                                                                                                                                                                 | イシュアバックエンド → D1バックエンド | カードを交換します。                               |
| ​[カードを削除](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-delete)​                                                                                                                                                                  | イシュアバックエンド → D1バックエンド | D1バックエンドからカードを削除します。                     |
| ​[3DSカード操作を通知](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/3ds-api#post-notifications-d1-v1-issuers-issuerid-cards-cardid-3ds-notifications)​                                                                                                                                          | D1バックエンド → イシュアバックエンド | 3DS操作の通知を受信します（例：フリクションレスまたはチャレンジの結果）。   |

<br>


---

# 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/transaction-control/ja/integrate-the-d1-api/d1-api-summary.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.
