> 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-rifarensu/apid1-he.md).

# 受信 API（D1 へ）

インバウンドAPIはあなたの **イシュアバックエンド** によってD1で操作を実行するために呼び出されます **D1バックエンド**.

これらのAPIを使用して：

* D1に認証し、アクセストークンを取得します。
* 物理カードの製造をリクエストします（即時発行を含む）。

### 始める前に

次の統合ビルディングブロックが必要です：

* **TLS相互認証（mTLS）** あなたのイシュアバックエンドとD1バックエンドの間。
* **OAuth 2.0アクセストークン** D1 APIへの呼び出しを認可するため。
* **JWE暗号化** 機密カードデータのフィールド（例：PAN）用。

ここから開始：

* [TLS相互認証を設定する](/instant-issuance/instant-issuance-ja/d1-api-wosuru/tls-wosuru.md)
* [OAuth2.0アクセストークンを取得する](/instant-issuance/instant-issuance-ja/d1-api-wosuru/oauth20-akusesutkunwosuru.md)
* [機密データを暗号化する](/instant-issuance/instant-issuance-ja/d1-api-wosuru/dtawosuru.md)

### このセクションのAPI

<table data-view="cards"><thead><tr><th>API</th><th data-card-target data-type="content-ref">参照</th></tr></thead><tbody><tr><td><strong>OAuth2 API</strong><br>D1 API呼び出し用のOAuth 2.0アクセストークンを取得します。</td><td><a href="/spaces/lNsIdKW0JsWI6Gswg2bR/pages/5998f0d932afeb4b7a2c9079d8cee5342e538319">/spaces/lNsIdKW0JsWI6Gswg2bR/pages/5998f0d932afeb4b7a2c9079d8cee5342e538319</a></td></tr><tr><td><strong>物理発行API</strong><br>物理カードの製造をリクエストします（例：セントラル発行や即時発行）。</td><td><a href="/spaces/lNsIdKW0JsWI6Gswg2bR/pages/c7aad08df85d53ca2796392f0858a35fc197236a">/spaces/lNsIdKW0JsWI6Gswg2bR/pages/c7aad08df85d53ca2796392f0858a35fc197236a</a></td></tr></tbody></table>

### 共通の呼び出しパターン

1. OAuth2 APIを呼び出してアクセストークンを取得します。
2. 対象のD1 APIを次のヘッダーで呼び出します `Authorization: Bearer <access_token>`.
3. トークンは有効期限（15分）まで再利用してください。

{% hint style="info" %}
インバウンドとアウトバウンドの両方の接続にはmTLSが必要です。

OAuth 2.0アクセストークンはインバウンド呼び出し（イシュアバックエンドからD1バックエンドへ）のみ適用されます。
{% endhint %}


---

# 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-rifarensu/apid1-he.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.
