> 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/xpay-enablement/ja/dtamoderu.md).

# データモデル

Thales の TR-TSP API は次のデータモデルに依存します。

<figure><img src="/files/2f787297b53edcddcb75919f83141df80f74431d" alt=""><figcaption><p>TR-TSP API で使用されるコア識別子。</p></figcaption></figure>

| 識別子              | 説明                                                                                                 | 所有者               |
| ---------------- | -------------------------------------------------------------------------------------------------- | ----------------- |
| issuerId         | FPAN のイシュアの識別子。                                                                                    | TSH               |
| cardProductId    | <p>資金提供カード製品の識別子。<br>この値は TSP と共有されませんが、'tokenProductId' とマッピングされます。</p>                           | TSH               |
| cardRefId        | ウォレットプロバイダまたはイシュアのバックエンドが認識する FPAN の識別子。                                                           | ウォレットプロバイダまたはイシュア |
| walletProviderId | ウォレットプロバイダの識別子。                                                                                    | TSH               |
| tokenId          | トークンの識別子。                                                                                          | TSP               |
| tokenProductId   | トークンドメインの識別子。                                                                                      | TSP               |
| tokenStorageId   | <p>トークン資格情報をホストする要素の識別子。<br>(e)SE の場合は通常セキュアエレメントの識別子です。<br>HCE の場合は通常デジタルウォレットアプリケーションの識別子です。</p> | ウォレットプロバイダ        |


---

# 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/xpay-enablement/ja/dtamoderu.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.
