> 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/pin-management/ja/d1-apiwosuru/d1-apino.md).

# D1 APIの概要

## 概要

このページは、PIN管理を統合するために通常必要となるD1 APIエンドポイントのチェックリストを提供します。

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

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

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

| API                                                                                                                                                                                                                                             | インバウンド/アウトバウンド    | 説明                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ----------------------------------------- |
| [認可トークンを取得](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/oauth2-api.md#post-oauth2-token)                                                                                                                                    | イシュア -> Thales D1 | D1バックエンドを呼び出すためのOAuth 2.0アクセス トークンを取得します。 |
| [カードを作成](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/kdoapi.md#post-v2-issuers-issuerid-cards) または [カードを登録](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/kdoapi.md#put-v2-issuers-issuerid-cards-cardid) | イシュア -> Thales D1 | D1バックエンドにカードを作成または登録します。                  |
| [カードを更新](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/kdoapi.md#post-v2-issuers-issuerid-cards-cardid-operations-renew)                                                                                                      | イシュア -> Thales D1 | カードを更新します。                                |
| [カードを交換](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/kdoapi.md#post-v2-issuers-issuerid-cards-cardid-operations-replace)                                                                                                    | イシュア -> Thales D1 | カードを交換します。                                |
| [カードを削除](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/inbaundoapid1he/kdoapi.md#post-v2-issuers-issuerid-cards-cardid-operations-delete)                                                                                                     | イシュア -> Thales D1 | D1バックエンドからカードを削除します。                      |

### オプションのAPI <a href="#optional-apis" id="optional-apis"></a>

有効にするフローに応じて、以下のAPIを使用します

| API                                                                                                                                               | インバウンド/アウトバウンド    | 説明                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -------------------------------------------- |
| [認可トークンを取得](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/oauth2-api.md#post-oauth2-token)                                  | イシュア <- Thales D1 | イシュアのバックエンドを呼び出すためのOAuth 2.0アクセス トークンを取得します。 |
| [PINを取得](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/pin-guan-li-api.md#get-cms-api-v1-issuers-issuerid-cards-cardid-pin) | イシュア <- Thales D1 | モバイルに表示するために、イシュアのバックエンドからPINを取得します。         |
| [PINを設定](/pin-management/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/pin-guan-li-api.md#put-cms-api-v1-issuers-issuerid-cards-cardid-pin) | イシュア <- Thales D1 | モバイルアプリからイシュアのバックエンドにPINを設定します。              |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/pin-management/ja/d1-apiwosuru/d1-apino.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
