> 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/instant-issuance/instant-issuance-ja/d1-api-wosuru/d1-api-no.md).

# D1 API の概要

## 概要

このページは、3DS を統合するために一般的に必要となる D1 API エンドポイントのチェックリストを提供します。

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

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

## 必須 API

<table><thead><tr><th>API</th><th width="100">方向</th><th>説明</th></tr></thead><tbody><tr><td><a href="/pages/02267a8da3eee532082cc15a3aeaf149d32c4080#post-oauth2-token">認可トークンを取得</a></td><td>インバウンド</td><td>D1 バックエンドを呼び出すための OAuth 2.0 アクセストークンを取得します。</td></tr><tr><td><a href="/pages/e667cc21a294842a55ccd6bc4a2b09fb078d04c1#post-v2-issuers-issuerid-cards">カードを作成</a> または <a href="/pages/e667cc21a294842a55ccd6bc4a2b09fb078d04c1#put-v2-issuers-issuerid-cards-cardid">カードを登録</a></td><td>インバウンド</td><td>D1 バックエンドでカードを作成または登録します。</td></tr><tr><td><a href="/pages/e667cc21a294842a55ccd6bc4a2b09fb078d04c1#post-v2-issuers-issuerid-cards-cardid-operations-renew">カードを更新</a></td><td>インバウンド</td><td>カードを更新します。</td></tr><tr><td><a href="/pages/e667cc21a294842a55ccd6bc4a2b09fb078d04c1#post-v2-issuers-issuerid-cards-cardid-operations-replace">カードを差し替え</a></td><td>インバウンド</td><td>カードを差し替えます。</td></tr><tr><td><a href="/pages/e667cc21a294842a55ccd6bc4a2b09fb078d04c1#post-v2-issuers-issuerid-cards-cardid-operations-delete">カードを削除</a></td><td>インバウンド</td><td>D1 バックエンドからカードを削除します。</td></tr><tr><td><a href="/pages/af12b93520df10c85c8df306cdba138372de6097#post-notifications-d1-v1-issuers-issuerid-cards-cardid-3ds-notifications">3DS カード操作を通知</a></td><td>アウトバウンド</td><td>3DS の操作通知（例：フリクションレスやチャレンジの結果）を受信します。</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

## オプションの API


---

# 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/instant-issuance/instant-issuance-ja/d1-api-wosuru/d1-api-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.
