Stigg Product Updates logo

Product Updates

Back to Homepage Subscribe to Updates

Labels

  • All Posts

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
Announcement
a year ago

Ability to undo scheduled cancelations

When the product's customer journey is configured to downgrade customers to a free plan upon cancelation, and cancelation is scheduled to take place at the end of the current billing period or a later date:

1. Stigg admins can undo the cancelation by clicking on "Cancel update" in the subscription details screen

2. Customers can undo the cancelation in a self-served manner using the Stigg customer portal widget


Avatar of authorOr Arnon
Improvement
a year ago

Ability to search for features in the Feature Inspector

We've made it easier than ever to analyze feature usage patterns using the Feature Inspector, by adding an ability to search for the feature that will undergo analysis.

The new user experience is especially helpful when the usage of many features is metered by Stigg.

Avatar of authorOr Arnon
Announcement
a year ago

API for fetching historical usage of metered features

We've added an ability to programmatically fetch the historical usage of metered features. Using the new API you can generate useful charts for your customers about their historical usage.

The new API is available in the Stigg Node.js SDK v2.4.0, Stigg JavaScript SDK v2.4.0 and Stigg React SDK v2.2.0 or later.


Avatar of authorOr Arnon
Improvement
a year ago

Improved subscription provisioning and update UI

The experience for provisioning and updating subscriptions has been completely revamped, including:

- Grouping the subscription configuration under a dedicated "Subscription content" section

- Separating the plan and billing period selection into different steps

- Added icons that distinguish between free, paid and custom plans

- Prevent mouse scrolls from affecting the entered inputs

- Made it clearer when subscription payment is managed by Stigg

- When a credit card is used for paying for the subscription, it's now possible to see the last 4 digits of the card and its expiration date


Avatar of authorOr Arnon
Announcement
a year ago

Full server-side rendering support

We've updated the Stigg React and JavaScript SDKs to fully support server-side rendering.

When using frameworks that perform server-side rendering (SSR), such as Next.js, this allows you to embed the Stigg React widgets as-is.

Full SSR support is available in the Stigg React and JavaScript SDKs from version 0.2.1 or later.

More details about the integration of Stigg when using Next.js can be found here.

Avatar of authorOr Arnon
Improvement
a year ago

Login to the last selected environment

We've made the currently selected environment persistent. The new improvement allows you to pick up your work when logging in again from the same browser.

Avatar of authorOr Arnon
Announcement
a year ago

Programmatic scheduling of subscription migrations to the end of customers' billing period

When changes to the plans add-ons are rollout out only to new subscriptions (for example: when changing their price), grandfathering takes place.

To prevent a SKU sprawl, Stigg allows you to manually migrate each subscription to the latest plan and add-on version.

We've now extended our APIs to allow you to programmatically schedule the migration to take place at the end of the customer's current billing period, in addition to being able to trigger the migration immediately.

The new functionality is supported by the Stigg Node.js SDK v1.17.0 and our GraphQL API.

Support in the Stigg Console UI is also planned.


Avatar of authorOr Arnon
Announcement
2 years ago

Price definition with up to 5 decimal points

We've increased the precision of prices that can be defined in the Stigg platform. Prices can now be defined with up to 5 decimal points; thus, allowing you to bill customers for their usage with higher granularity.

Once defined, the prices are auto-magically reflected in all of the Stigg widgets, and when Stigg is integrated with a billing solution, prices are automatically synced to it.

Avatar of authorOr Arnon
Improvement
2 years ago

Enriched tax details when estimating subscription cost

Stigg's API and SDKs allow you to show customers a preview of the estimated subscription cost before provisioning or updating a subscription, for example: as part of a checkout or confirmation flow.

When Stigg is integrated with a billing solution, the response of the estimateSubscription and estimateSubscriptionUpdate calls now include information about the estimated tax fees, which can be presented to your customers. This includes:

1. Tax name - i.e. NJ Sales Tax

2. Tax amount

3. The tax percentage rate

4. Whether the tax is inclusive or exclusive to the subscription price

5. The prorated cost that's due now - with and without tax

6. The recurring subscription price - with and without tax

The enriched response is available in the Stigg Node.js SDK v1.15 and the Stigg JavaScript SDK v1.36.0 or later.

Avatar of authorOr Arnon
Improvement
2 years ago

Ability to toggle visibility of canceled subscriptions

We've made it easier for users to focus on customers' currently active subscriptions by hiding inactive subscriptions from the customer details screen by default.

Want to view canceled subscriptions in order to determine the subscription history? No problem! 

Use the toggle in the top-right corner of the Customer details -> Subscriptions section to control the show or hide canceled subscriptions as needed. 

The subscriptions will be ordered according to start and dates. 

Subscriptions of products that allow multiple active subscriptions will be grouped according to the provided resource ID.

Avatar of authorOr Arnon