# Pre-Release Notes - January 2025
source: https://developer.mastercard.com/mdes-digital-enablement/documentation/release-notes/pre-release-notes-jan-2025/index.md

This MDES platform January 2025 release will introduce new parameters to the NotifyTokenUpdated API.

## Summary of Changes {#summary-of-changes}

The MDES Digital Enablement API will be enhanced to include updated token information in customer notifications as a result of the changes to the token metadata. This enhancement makes it easier for customers to have the latest information on the tokens without making any additional API calls. The change is only applicable for SERVER tokens.

Enhanced notifications will allow the customers to:

* Distinguish between notification types.
* Efficiently determine the time and date of the token updates.
* Receive the token number in the event of a change.

## Release Dates {#release-dates}

* MTF - 8 January 2025
* Production - 15 January 2025

## Release Details {#release-details}

### Change 1 - Enhancing the Token Info object {#change-1---enhancing-the-token-info-object}

The `notifyTokenUpdate` API is enhanced to include the `tokenNumber` field in the `tokenInfo` object under encrypted payload only. This will provide the token number in the event of a change.
Note: Token Number will be provided to customers who have opted for encrypted payload only.
API Reference: `GET /digitization/static/1/0/notifyTokenUpdated`

### Change 2 - Enhancing the Token object {#change-2---enhancing-the-token-object}

The `notifyTokenUpdate` API is enhanced to include the `eventType` and `updatedTimestamp` fields in the `token` object. This will help you to distinguish between notification types and the time of the updates.

API Reference: `GET /digitization/static/1/0/notifyTokenUpdated`

## Impact {#impact}

From the production date, existing customers will receive the updated information in the encrypted payload object. No code change is required.
