> 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/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/display-card-art.md).

# カードアートを表示

トークナイゼーション中に返されるカードデザインのメタデータを使用してカード画像を取得します。

## フロー

<figure><img src="/files/ccef2422f9671594ee58949bb87ecdddeaadc0f0" alt=""><figcaption><p>カードデザイン取得フロー</p></figcaption></figure>

<table><thead><tr><th width="100">ステップ</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>加盟店またはPSPは、次を使用してカードデザインを取得するためにThalesのバックエンドを呼び出します。 <code>assetId</code> トークナイゼーション中に返されます。</td></tr><tr><td>2</td><td>Thalesのバックエンドに画像がキャッシュされていない場合、支払いネットワークのTSPから取得してキャッシュします。</td></tr><tr><td>3</td><td>Thalesのバックエンドは画像を加盟店またはPSPに返します。形式は支払いネットワークのTSPによって通常PNGまたはPDFです。</td></tr><tr><td>4</td><td>加盟店またはPSPは画像を保存し、自社のウェブサイトやアプリケーションに表示します。</td></tr></tbody></table>

## API

* APIリファレンス： [アセットを取得](broken://pages/6eb814ebcceb2b7c8872ae4f36b2ec5319d1f5fb#get-assets-assetid)

{% hint style="info" %}

* このユースケースは任意です。
* 画像形式は支払いネットワークやイシュアによって異なる場合があります。
* カードデザインの表示については支払いネットワークの規則に従ってください。
  {% 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/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/display-card-art.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.
