> 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/use-cases/post-enrolment/card-life-cycle-management/update-card-metadata.md).

# Update card metadata

Tokenization Service provides the [UpdateCard API](/classic-tokenization/api-reference/issuer-gateway-api/inbound-from-issuer.md) to update or override a card profile’s metadata.

The issuer backend typically uses this API when it needs to update how a card appears in xPay Wallets.

### What card metadata is used for

Card metadata is information used by xPay Wallets, for example:

* Display card details (for example, the card program name).
* Configure endpoints for transaction notifications and history.
* Show issuer application contact details and links.

Send the metadata fields in the `metadata` object of the request body.

Example request body:

```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/ofCDjXIlgyzNIvaZe4yJ" alt=""><figcaption><p>UpdateCard request example with card metadata fields.</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:

```
GET https://docs.payments.thalescloud.io/classic-tokenization/use-cases/post-enrolment/card-life-cycle-management/update-card-metadata.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.
