> 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/tokenization/ja/implement-tokenization/post-tokenization-requests/retrieve-tokenization-data.md).

# トークン化データの取得

## トークン化データを取得する

D1 があなたの **イシュアのバックエンド** に **トークン化** イベントを通知した後にこれらの API を使用します。

から開始します `operationId` 通知に含まれている。

次に、 `digitalCardId` を取得し、必要に応じてデジタルカードの詳細と資格情報を取得します。

### 操作の詳細を取得する

を呼び出します [Get operation](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md) と共に `operationId`.

これにより処理された操作が返され、利用可能な場合は `digitalCardId`.

<figure><img src="/files/50c1297ece88dae8ebbc614183188835a351d588" alt=""><figcaption><p>操作の詳細を取得し、利用可能な場合は <code>digitalCardId</code></p></figcaption></figure>

#### を使用します `digitalCardId`

操作の応答には `digitalCardId` 支払いネットワークが **TSP** デジタルカードを作成した（または作成中である）ときの情報が含まれます。

もし操作の `ステータス` が `SUCCESSFUL` または `PENDING`:

* 非機密データを次で取得する [Get digital card information](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).
* 機密性の高い資格情報を取得するには [Get digital card credentials](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).

{% hint style="info" %}
デジタルカードの資格情報は、D1 オンボーディング時に提供されたあなたのイシュア暗号化証明書で暗号化されています。 **D1 オンボーディング**.

あなたの環境で復号化してください。 **イシュアのバックエンド**.
{% endhint %}

必要なものだけを保存してください。

### デジタルカードを検索する

次の場合にこのフローを使用します: あなたが持っていないとき `digitalCardId`.

承認トラフィックで観測されたデジタルカード PAN (DPAN) から開始できます。

一般的なユースケース:

* デジタルカードを **エンドユーザー**、資金カード（FPAN）、またはデバイスにリンクする。
* 承認ホストによって検出された不正のシグナルを調査する。

1. を呼び出します [デジタルカードを検索して](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md) DPAN を解決して `digitalCardId`.
2. オプションで、を呼び出して [Get digital card information](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md) その `digitalCardId`.

{% hint style="info" %}
デジタルカードの PAN (DPAN) を渡します。

通常は支払いネットワーク経由で **アクワイアラ** からの承認リクエストで受け取ります。
{% endhint %}

<figure><img src="/files/836ae6313d93dfc7029e6467ff5258658fd44f32" alt=""><figcaption><p>DPAN によるデジタルカード検索およびオプションでデジタルカードの詳細を取得する</p></figcaption></figure>


---

# 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/tokenization/ja/implement-tokenization/post-tokenization-requests/retrieve-tokenization-data.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.
