> 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/classic-tokenization/ja/ysuksu/deng-lu-hou/kdoraifusaikuru/kdometadtano.md).

# カードメタデータの更新

トークナイゼーションサービスは次のものを提供します [UpdateCard API](/classic-tokenization/ja/apirifarensu/ishuagtoweiapi/inbaundoishuakara.md) カードプロファイルのメタデータを更新または上書きするため。

イシュアのバックエンドは、カードがxPayウォレットにどのように表示されるかを更新する必要がある場合に通常このAPIを使用します。

### カードメタデータは何のために使われるか

カードメタデータはxPayウォレットで使用される情報です。例えば：

* カードの詳細を表示する（例：カードプログラム名）。
* 取引通知および履歴のエンドポイントを構成する。
* イシュアのアプリケーションの連絡先情報やリンクを表示する。

メタデータフィールドを次の中で送信します `metadata` リクエストボディのオブジェクト。

リクエストボディの例：

```json
{
  "issuerCardRefId": "string",
  "metadata": {
    "foregroundColor": "rgb(223355)",
    "backgroundColor": "rgb(223355)",
    "labelColor": "rgb(223355)",
    "shortDescription": "ACME Gold Card",
    "longDescription": "ACME Bank Gold card",
    "contactWebsite": "https://acme.com/contacts",
    "contactEmail": "contacts@acme.com",
    "contactNumber": "+33645878741",
    "privacyPolicyURL": "https://acme.com/contacts"
  }
}
```

<figure><img src="/files/1ea9c58db37139282af1ba06045a580a1c984b1a" alt=""><figcaption><p>カードメタデータフィールドを含むUpdateCardリクエストの例。</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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/ja/ysuksu/deng-lu-hou/kdoraifusaikuru/kdometadtano.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
