> 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/card-tokenization-request.md).

# カードトークン化リクエスト

このセクションでは、D1がどのように扱うかを説明します： **トークナイゼーション** によって開始されたリクエスト **トークンリクエスタ** （例えば、 **xPay ウォレット**）および支払いネットワークに返される決定の解釈方法 **TSP** （例えば、 **MDES** または **VTS**).

{% hint style="info" %}
**D1 API の用語集**

で、 **D1 API**では、 **エンドユーザー** はとして参照されます `消費者` （例えば、 `consumerId`).
{% endhint %}

### 次のステップ

* D1がリクエストをどのように評価するかを理解する： [決定を処理する](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision.md)
* 決定後に何が起こるかを理解する： [応答を処理する](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response.md)


---

# 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/card-tokenization-request.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.
