diff --git a/src/pages/docs/flex-discounts/index.md b/src/pages/docs/flex-discounts/index.md index ed02a9ec4..e8c6d14b7 100644 --- a/src/pages/docs/flex-discounts/index.md +++ b/src/pages/docs/flex-discounts/index.md @@ -17,8 +17,6 @@ Key advantages of flexible discounts include: - **Reusable discounts to automatic discount continuity across renewals** - [*Note: This feature is not yet released, expected release - April, 2026*] - - Allows customers to reuse an eligible discount for renewals and seat additions until a configured discount lock end date. - Ensure customers who take advantage of a reusable discount during its initial offering period (start/end date) can retain that pricing benefit beyond the discount’s end date, smoothing price transitions and reducing churn. - Customers can review the reusable discount using the Preview Renewal API call. diff --git a/src/pages/docs/release-notes/index.md b/src/pages/docs/release-notes/index.md index 30361b371..58071770a 100644 --- a/src/pages/docs/release-notes/index.md +++ b/src/pages/docs/release-notes/index.md @@ -1,6 +1,5 @@ # Release notes - - [API changes](#api-changes) - [Sandbox changes](#sandbox-changes) @@ -8,6 +7,29 @@ ## API changes +### April 09, 2026 + +#### Support for automatic discount continuity across renewals + +The discount reusability allows eligible discounts to be reused beyond their initial end date under defined conditions. With this enhancement, a discount can be configured for extended usage if it meets the required eligibility criteria. Partners can continue to apply a reusable discount until the configured reusableUntilDate, provided the discount is used at least once before the discount end date. + +**Key details** + +- Allows customers to reuse an eligible discount for renewals and seat additions until a configured discount lock end date. +- Ensures customers who use a discount during its active period can continue to benefit from it for a defined time, reducing churn caused by sharp price increases. +- Enables customers to review the applied reusable discount using Preview Renewal. +- Eliminates the need for customers to explicitly opt in again using Update Subscription when a reusable discount has already been applied to an eligible subscription. +- Introduced the following changes to [Get Flexible Discounts](../flex-discounts/apis.md#get-flexible-discounts) API: + - The `include-eligible-reusable-discounts` query parameter fetches reusable flexible discounts in the response. + - The newly introduced `REUSABLE` value of the `status` parameter indicates whether a flexible discount is reusable. + - The `discountLockEndDate` parameter in the response indicates the date through which a flexible discount may continue to be applied beyond its initial offering period (start/end date). Reusable discounts are identified by the presence of the discountLockEndDate field in the response. + +For more information, see [Manage Flexible Discounts](../flex-discounts/index.md). + +**Sandbox changes** + +The **Portal Resources > View Available Flex Discounts** page in the Sandbox UI lists the available flexible discounts. The **Edit Reusable Flex Discounts** tab allows you to change a discount's end date and test reusable flexible discounts. For more information, see [Edit reusable flexible discounts](../../sandbox/sandbox-portal/flex-discounts/index.md#edit-reusable-flexible-discounts). + ### March 30, 2026 #### Early Renewals – Subscription renewal ahead of anniversary date diff --git a/src/pages/docs/release-notes/upcoming-releases.md b/src/pages/docs/release-notes/upcoming-releases.md index fd74458e0..2f7af623f 100644 --- a/src/pages/docs/release-notes/upcoming-releases.md +++ b/src/pages/docs/release-notes/upcoming-releases.md @@ -1,25 +1,3 @@ # Upcoming releases -The following features are scheduled for release: - -**Important:** The release timelines stated herein are indicative only and are provided for guidance purposes. Actual release dates may vary. - -## Support for automatic discount continuity across renewals - -**Expected release:** April, 2026. - -The discount reusability allows eligible discounts to be reused beyond their initial end date under defined conditions. With this enhancement, a discount can be configured for extended usage if it meets the required eligibility criteria. Partners can continue to apply a reusable discount until the configured reusableUntilDate, provided the discount is used at least once before the discount end date. - -**Key details** - -- Allows customers to reuse an eligible discount for renewals and seat additions until a configured discount lock end date. -- Ensures customers who use a discount during its active period can continue to benefit from it for a defined time, reducing churn caused by sharp price increases. -- Enables customers to review the applied reusable discount using Preview Renewal. -- Eliminates the need for customers to explicitly opt in again using Update Subscription when a reusable discount has already been applied to an eligible subscription. -- Supports fixed-price introductory offers that span multiple terms, enabling better budget planning for customers. - -For more information, see [Manage Flexible Discounts](../flex-discounts/index.md). - -**Sandbox changes** - -The **Portal Resources > View Available Flex Discounts** page in the Sandbox UI lists the available flexible discounts. The **Edit Reusable Flex Discounts** tab provides the option to change the end date of a discount and test the use of reusable flexible discounts. For more information, see [Edit reusable flexible discounts](../../sandbox/sandbox-portal/flex-discounts/index.md#edit-reusable-flexible-discounts). +This topic will be updated soon.