> 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/central-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 width="246">API</th><th width="177.5999755859375">受信/送信</th><th>説明</th></tr></thead><tbody><tr><td><a href="/pages/be96d53f1ef94ddef604549b13b45305bd5f322b#post-oauth2-token">認可トークンを取得</a></td><td>イシュア -> Thales D1</td><td>D1バックエンドを呼び出すためのOAuth 2.0アクセストークンを取得します。</td></tr><tr><td><a href="/pages/8c2197148bcf3b662a4709ab17cd512ff7ed6a04#post-issuers-issuerid-physicalcards-cardid-operations-production">カードを注文</a></td><td>イシュア -> Thales D1</td><td>物理カードを注文する</td></tr><tr><td><a href="/pages/c919f38bc5e01871ae857462a15abb84103072e1#post-issuers-issuerid-physicalcards-batch">カードを複数注文</a></td><td>イシュア -> Thales D1</td><td>複数の物理カードを注文する</td></tr></tbody></table>

## 任意のAPI

<table><thead><tr><th width="252.79998779296875">API</th><th width="170.5999755859375">受信/送信</th><th>説明</th></tr></thead><tbody><tr><td><a href="/pages/320f4f1e86512380bcc146ac16c00d1acb79463b#put-v2-issuers-issuerid-cards-cardid">カードを登録</a></td><td>イシュア -> Thales D1</td><td>対応するカード認証情報を使用してカードを登録します。</td></tr><tr><td><a href="/pages/a0da17fc2828bbeb3e08030f8edf54616fd09fb7#post-notifications-d1-v2-issuers-issuerid-cards">カード注文ステータス通知</a></td><td>イシュア &#x3C;- Thales D1</td><td>カード注文ステータスをリアルタイムで受信</td></tr><tr><td><a href="/pages/8c2197148bcf3b662a4709ab17cd512ff7ed6a04#get-issuers-issuerid-physicalcards-cardid-productionstatus">カード注文ステータスを取得</a></td><td>イシュア -> Thales D1</td><td>カード注文のステータスを取得する</td></tr><tr><td><a href="/pages/80644898e52298203fa4011f664eb29a6f487ee7#post-issuers-issuerid-physicalcards-cardid-operations-updateorder">取得＆変更</a></td><td>イシュア -> Thales D1</td><td>カードを取得し、変更適用をリクエストする</td></tr><tr><td><a href="/pages/7e1323348b805e05beec29afc7b169f53a88b437#post-issuers-issuerid-physicalcards-cardid-track">カードを追跡</a></td><td>イシュア -> Thales D1</td><td>カードの配送を追跡するようリクエストします</td></tr></tbody></table>


---

# 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/central-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.
