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
2 years ago

Company icons in customer list and details screens

The customer list and customer details screens now includes visibility for customers' company icons. 

The new functionality allows users to easily orient and find the right customer, as well as provides more context about the customer.

The icons are fetched according to the customer's email address.

When a customer is created in Stigg without an email address or when the company icon is not found, the first letter of the company name will appear. 

When a customer is created in Stigg without a name and email address a generic icon will appear.


Avatar of authorOr Arnon
Announcement
2 years ago

Native support for Go environments

We've made it easier for customers with a Go backend to get up and running with Stigg by leveraging the Stigg Go SDK.

The initial version of the Go SDK serves as a wrapper around the GraphQL API and does not currently support local caching, polling or streaming of customer entitlements - such support is planned at a later stage.

More details about leveraging the Stigg Go SDK in order to integrate Stigg into your Go application can be found here.


Avatar of authorOr Arnon
Announcement
2 years ago

Subscription-level discounts using promo codes

We've added an ability to apply subscription-level discounts using promo codes. 

Promo codes can be generated in billing solutions that are integrated with Stigg (for example: Stripe), and therefore require such an integration to be in place.

Applying discounts to subscriptions using promo codes can achieved with only a few steps:

  1. Create a coupon either from the Stigg console or directly in the in the billing solution that's integrated with Stigg.
  2. Generate a promo code in the billing solution that's integrated with Stigg.
  3. When customers enter the promo code in your in-app's self-service experience, validate it using the estimateSubscription and estimateSubscriptionUpdate methods of the Stigg SDK.
    1. If the coupon is valid - show the discounted price.
    2. If the coupon is not valid - a relevant error code will be returned by Stigg SDKs, which you could leverage to present to customers.
  4. Provide the promo code to the provisionSubscription and updateSubscription methods of the Stigg SDK in order to apply the discount during subscription provisioning and update.

The new functionality is supported by the Stigg NodeJS SDK v0.62.3 or later.


Avatar of authorOr Arnon
Announcement
2 years ago

No-code widget designer

We've added an ability to customize the design of the Stigg pricing table and customer portal widgets using a no-code interface.

Instantly update the colors, typography and layout of the widgets to align with your brand's styling - no additional code changes are required!

Using the designer you can also see a preview of how the widgets will look like in all of the different subscription statuses (free, paid, customer / enterprise and trial), as well in different pricing models, which Stigg allows you to transition to using no-code, too.

Need additional customization options or want to override the widgets' default texts? No problem! Advanced customization is still possible using CSS and JavaScript. Existing customers that have already implemented such customizations will not be affected.

The new no-code designer is available in the Stigg Console under the Integrations > Widgets section, and its configuration supported by the Stigg React SDK from v1.0.1 or later.


Avatar of authorOr Arnon
Announcement
2 years ago

Ability to customize entitlement display text and visibility

We've granted customers more control over the content of pricing tables that are rendered using Stigg, specifically:

1. Ability to control whether the entitlement will appear in the pricing table or not

2. Ability to control the entitlement's display text

To customize how entitlements are presented in the pricing table, when editing a plan click on the dotted-menu icon in the row of the relevant entitlement and select the "Customize display text and visibility" action.

In opened modal, select the entitlement visibility and enter the custom display text.

After the changes will be published, they'll be immediately reflected in pricing tables that are rendered using Stigg (either using Stigg's pricing table widget or custom widgets).

More details can be found here.


Avatar of authorOr Arnon
Announcement
2 years ago

Widget library

The Stigg Console now includes visibility for all of the widgets that Stigg provides out-of-the-box and that can be integrated into your application in order to provide a buying experience that your customers will love 🤩.

Clicking on each tile will open more details about each widget, as well as instructions on how to integrate it into your application.

The new widget library is accessible from the Integrations > Widgets section of the left navigation pane.


Avatar of authorOr Arnon
Announcement
2 years ago

Support for promo codes that are entered during Stripe Checkout

We've extended our integration with Stripe and now support entering of promo codes during customer checkout. Promo codes can be extremely useful to promote your products upon launch and during the holiday season.

When a promo code is entered during checkout, it's validated by Stripe. If the code is valid, the discount is applied to the subscription and the discounted price will appear in the Stigg Console and customer portal widget, as well as returned by Stigg's APIs and SDKs.

When the discount is defined to apply during a certain time period (for example: 12 months), after the discount period is exceeded the original non-discounted subscription price will be presented.

Allowing customers to enter them during the checkout process is as easy as 1-2-3:

  1. Create a coupon either from the Stigg console directly in Stripe.
  2. Open the created coupon in Stripe and generate a promo code, for example: PRODUCTHUNT, BLACKFRIDAY22 or XMAS2022.
  3. Allow entering promo codes when provisioning subscriptions using the Stigg SDK.
Avatar of authorOr Arnon
Improvement
2 years ago

Ability to control the order of plan entitlements using drag-and-drop

The order of plan entitlements can now be defined using drag-and-drop gesture. When the changes are published, the change is auto-magically 🪄 reflected in plan pickers that are rendered using Stigg's SDK and APIs, and specifically Stigg's plan picker widget.

Avatar of authorOr Arnon
Announcement
2 years ago

Minimum / maximum quantity restrictions in per-unit pricing

We've added an ability to set minimum and maximum quantity restrictions when using per-unit pricing.

When such restriction are set, they're automatically reflected in Stigg's plan picker widget. When Stigg is integrated with a billing solution (such as Stripe), the quantity restrictions are also auto-magically applied to the checkout page.

The quantity restrictions only apply to subscriptions that are created in a self-served manner, and are not enforced on subscriptions that are manually created in the Stigg Console.

Avatar of authorOr Arnon
Announcement
2 years ago

Integration using AWS API Gateway

We've extended the supported integration methods for gating access to features according to the defined pricing model in Stigg, and now support gating access using AWS API Gateway.

The new integration method allows customers to get up and running with Stigg even faster than ever.

To integrate Stigg into your application using AWS API Gateway, follow this tutorial and example project.

AWS API Gateway

Avatar of authorOr Arnon