Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/pages/docs/flex-discounts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
24 changes: 23 additions & 1 deletion src/pages/docs/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
# Release notes


- [API changes](#api-changes)
- [Sandbox changes](#sandbox-changes)

**Important:** This section lists only features that are currently available in production. For planned enhancements and upcoming changes, see [Upcoming releases](./upcoming-releases.md).

## 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
Expand Down
24 changes: 1 addition & 23 deletions src/pages/docs/release-notes/upcoming-releases.md
Original file line number Diff line number Diff line change
@@ -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.
Loading