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

# D1 APIの概要

このセクションは、に使用されるAPIの概要を提供します。 **プッシュプロビジョニング** サービス。

APIは次のように分類されています：

* **必須**：D1への適切な統合およびスキームへの準拠のためにイシュアが実装しなければならないもの。
* **条件付き**：イシュアが選択した統合モデルに従って実装されるもの。
* **オプション**：イシュアのビジネスニーズに応じて実装されるもの。&#x20;

## 必須API

<table><thead><tr><th width="249">API</th><th>インバウンド／アウトバウンド</th><th>説明</th></tr></thead><tbody><tr><td><a href="/pages/be482e1bbe49169d77d50cece28e82e93c264654#post-oauth2-token">認可トークンの取得</a></td><td>イシュア -> Thales D1</td><td>D1バックエンドを呼び出すためのOAuth 2.0アクセストークンを取得します。</td></tr><tr><td><a href="/pages/0f8217441c80ed1f6737c4fcabe24f2cecfa18b1#post-oauth2-token">認可トークンの取得</a></td><td>イシュア &#x3C;- Thales D1</td><td>イシュアバックエンドを呼び出すためのOAuth 2.0アクセストークンを取得します。</td></tr><tr><td><a href="/pages/200b586458ae6478dfa1cfd78e46ce2a97097c43#put-v2-issuers-issuerid-cards-cardid">カードの登録</a> または <a href="/pages/200b586458ae6478dfa1cfd78e46ce2a97097c43#post-v2-issuers-issuerid-cards">カードの作成</a></td><td>イシュア -> Thales D1</td><td>カードを登録または作成するためのもの。</td></tr><tr><td><a href="/pages/1accc952abc4c8ccfee1174fb6587165c80c2344#put-issuers-issuerid-consumers-consumerid">消費者の登録</a></td><td>イシュア -> Thales D1</td><td>消費者を登録するためのもの。</td></tr><tr><td><a href="/pages/200b586458ae6478dfa1cfd78e46ce2a97097c43#post-v2-issuers-issuerid-cards-cardid-operations-renew">カードの更新</a> および <a href="/pages/200b586458ae6478dfa1cfd78e46ce2a97097c43#post-v2-issuers-issuerid-cards-cardid-operations-replace">カードの差し替え</a></td><td>イシュア -> Thales D1</td><td>D1上でカードを更新し、既存のデジタルカードをリンクするようTSPに要求します。D1上でカードを差し替え、既存のデジタルカードをリンクするようTSPに要求します。</td></tr><tr><td><a href="/pages/200b586458ae6478dfa1cfd78e46ce2a97097c43#post-v2-issuers-issuerid-cards-cardid-operations-delete">カードの削除</a> および <a href="/pages/1accc952abc4c8ccfee1174fb6587165c80c2344#post-issuers-issuerid-consumers-consumerid-operations-delete">消費者の削除</a></td><td>イシュア -> Thales D1</td><td>関連資産を最終的に終了させることを許可します。リクエストは子リソースにカスケードされます。</td></tr></tbody></table>

## 条件付きAPI

| API                                                                                                                                                                                                                                                                                                                          | インバウンド／アウトバウンド    | 説明                                                                                                                                                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [カードの停止](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api.md#post-v2-issuers-issuerid-cards-cardid-operations-suspend) および [カードの再開](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api.md#post-v2-issuers-issuerid-cards-cardid-operations-resume) | イシュア -> Thales D1 | D1上でのカードの状態を制御するためのもの。イシュアのニーズに応じて条件付きです。                                                                                                                                                                                       |
| [消費者情報の更新](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/consumer-api.md#post-issuers-issuerid-consumers-consumerid-operations-update)                                                                                                                                                       | イシュア -> Thales D1 | 消費者詳細が登録されている場合、イシュアはそれに応じて更新する必要があります。そうでなければ、D1が呼び出します。 [消費者情報の取得](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/consumer-api.md#get-banking-d1-v1-issuers-issuerid-consumers-consumerid). |
| [消費者情報の取得](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/consumer-api.md#get-banking-d1-v1-issuers-issuerid-consumers-consumerid)                                                                                                                                                         | イシュア <- Thales D1 | D1が最新の消費者詳細を取得できるようにします。イシュアが定期的に消費者情報を更新する場合は必要ありません。                                                                                                                                                                          |

## オプションAPI

| API                                                                                                                                                        | インバウンド／アウトバウンド    | 説明                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------------------------- |
| [消費者情報の取得](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/consumer-api.md#get-issuers-issuerid-consumers-consumerid)        | イシュア -> Thales D1 | 保存された消費者の詳細を取得するためのもの。    |
| [カードリストの取得](/push-provisioning/ja/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/consumer-api.md#get-issuers-issuerid-consumers-consumerid-cards) | イシュア -> Thales D1 | 特定の消費者のすべてのカードを取得するためのもの。 |


---

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