> 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/release-notes/backend/december-2025/dec-9.md).

# Dec 9

| Environment    | Date        |
| -------------- | ----------- |
| Pre-Production | Dec 2, 2025 |
| Production     | Dec 9, 2025 |

### Physical issuance

#### New Features

* New fields in [Notify Card Operations API](/central-issuance/integrate-d1-api/d1-api-reference/outbound-api-from-d1/card-api.md#post-notifications-d1-v2-issuers-issuerid-cards)
  * `services` to the to return issuance type, delivery mode, product ID, packaging, priority, and card carrier.
  * `cardPackageDetails` to return packaging material details.
  * `deliveryAddress` to return the delivery address.
  * `name` to return the name printed on the card.
  * `maskedPan` to return a masked PAN to the issuer.
  * `shipment.signedBy` to return signature information at delivery.
  * `shipment.failedDeliveryAttempts` to return the number of failed delivery attempts.

### Tokenization

#### New Features

* Add the `digitalCardInfo` query parameter to the Get card operation API to return digital card details in the response.


---

# 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/release-notes/backend/december-2025/dec-9.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.
