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

# Card tokenization request

This section explains how D1 handles a **Tokenization** request initiated by a **token requestor** (for example, **xPay Wallets**) and how to interpret the decision returned to the payment network **TSP** (for example, **MDES** or **VTS**).

{% hint style="info" %}
**Terminology in the D1 API**

In the **D1 API**, an **End User** is referred to as a `consumer` (for example, `consumerId`).
{% endhint %}

### Next steps

* Understand how D1 evaluates the request: [Processing the decision](/tokenization/implement-tokenization/card-tokenization-request/processing-the-decision.md)
* Understand what happens after the decision: [Processing the response](/tokenization/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/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.
