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
6 months ago

Mobile support for the Checkout and Customer Portal widgets

We've added a responsive layout to the Customer Portal and Checkout widgets, which makes them compatible with mobile devices.

The new layout is supported in the Stigg React SDK v5.24.0, Stigg Vue.js SDK v5.24.0, Stigg Next.js SDK v5.24.0 and Stigg Embed SDK v5.24.0 or later.

Avatar of authorOr Arnon
6 months ago

Export of raw usage events to Snowflake and BigQuery

Customers that report raw usage events to Stigg and leverage Stigg for aggregation and calculation of customer's usage of metered features can now leverage Stigg to also export these raw events to Snowflake and BigQuery.

With this change you can leverage the same scalable and reliable event ingestion pipeline as the source of truth for usage metering, enforcement and billing as well for usage business intelligence and analytics. Thus, saving you valuable development time and engineering resources.

Exporting data to Snowflake and BigQuery is available as an add-on to the Stigg Growth plan, and is included as part of the Stigg Scale plan. 

To export raw usage events as part of this integration, contact Stigg Support.



Avatar of authorOr Arnon
6 months ago

SDK changelog

We've added an ability to view the changes of all of the Stigg SDKs using an SDK changelog. 

The changelog includes the SDK version, its release date and changes that were included in that version.

Each SDK has its own separate changelog allowing you to easily keep track of the changes, and make it easier to determine the implications of updating the SDK version in your application.

To access it, use this link.


Avatar of authorOr Arnon
7 months ago

Revamped customer filtering experience

We've redesigned the filtering experience in the Customer List screen of the Stigg app, and now allow you to define the filter criteria (Customer ID, Name, Email, Billing ID, etc.) and match type (exact match, starts with, ends with, contains). The applied filter is also kept when navigating back from the Customer Details screen of a specific customer. The default filter criteria is an exact match of the customer ID, which based on our analytics was the most commonly used criteria.

We also updated the behavior of our universal search to perform to filter customers and subscription using an exact match. The search behavior of other entities (products, plans, add-ons, etc.) remains the same as before.

With these new changes, navigating to a specific customer or subscription is now lightning fast ⚡️.


Avatar of authorOr Arnon
7 months ago

Scheduled downgrade configuration using no-code

We've added an ability to control the default behavior of subscription downgrades using no-code via the Stigg app.

Stigg app users can select between the two most common SaaS best-practices:

  1. Downgrade immediately and grant a prorated amount of credits for the unused time in the current billing period.
  2. Schedule the downgrade to take place at the end of the current billing period.

By default, products in Stigg are configured to downgrade immediately. 

Changing this behavior is possible using the Customer Journey configuration of the each product.

Publishing changes to the Customer Journey configuration affects all future subscription updates, and does not apply retroactively.


Avatar of authorOr Arnon
7 months ago

Dark mode (beta)

As part of continued effort in offering a state-of-the-art developer experience, we're excited to share that the Stigg app now supports a dark mode 🤩.

To toggle between the dark and light modes, use the icon in the top-right corner.

Dark mode is currently in beta and we look forward for your feedback!

Avatar of authorOr Arnon
7 months ago

Ability to skip steps in the Checkout Widget

The Stigg Checkout Widget consists of 3 steps - plan configuration, add-on selection and payment method selection.

We've added an ability to skip the plan configuration and add-on selection screens. With this change you can now open the Checkout Widget in the add-on step, which is helpful in upsell experiences using add-ons, or jump directly to the payment method selection screen when no subscription configuration is required by the user.

Skipping the steps is possible by passing the skipCheckoutSteps: ['PLAN', 'ADDONS'] parameter to the checkout provider component.

⚠️ Note that if the plan has multiple billing periods, a preferredBillingPeriod parameter must be provided in order to skip the plan step. In addition, if the plan has billable features, all of them must be provided in the billableFeatures input.

Skipping steps in the Checkout Widget is available in the Stigg React SDK from version 5.23.0 or later.

Avatar of authorOr Arnon
7 months ago

Visibility for API requests in the Activity Log

We've extended the Activity Log to include details of the API request that triggered each event and the response that was returned by Stigg. 

Such information can be extremely helpful when troubleshooting the integration with Stigg.

The API request details are available under the "API request" tab when viewing the details of an event in the Activity Log.

Avatar of authorOr Arnon
7 months ago

Support for manual tax rates in combination with Stripe Tax

We've added an ability to provide manual tax rates even when an integration with Stripe Tax is enabled. 

Doing so allows you to easily transition to and from Stripe Tax for tax calculation without breaking your checkout experience.

When a manual tax rate is provided, this tax rate will be applied to the provisioned subscription. When no tax rate is provided and Stigg's integration with Stripe Tax is enabled, Stripe Tax will automatically calculate the relevant tax rate.

To enable Stigg's integration with Stripe Tax, contact Stigg Support.

To manually pass a tax rate when provisioning subscriptions, pass the calculated tax rate to the billingInformation.taxPercentage property.

Avatar of authorOr Arnon
8 months ago

Improved syncing of PAYGO usage to Stripe

We've improved our native integration with Stripe and now automatically sync pay-as-you-go (PAYGO) charge data upon invoice generation.

Before this change, usage was periodically synced to Stripe, and in rare edge cases this caused customers to be billed for a some of their usage in subsequent billing periods.

With this enhancement, generated invoices always include line items based on the most up-to-date usage that was reported to Stigg.

More details can be found in our docs.


Avatar of authorOr Arnon