Programmatic scheduling of subscription changes to the end of the billing month
We've extended the Stigg API and SDKs and now allow you to schedule subscription changes to the end of the billing month.
This new functionality allows you to implement smart auto-upgrades that will take effect in customer's next billing month:
1. In monthly subscriptions, this will be aligned with their billing period; therefore, customers will not pay a prorated charge.
2. In annual subscriptions, this change will be applied in the next calendar month according to the subscription start date.
To schedule a subscription change to the next billing period, simply pass the scheduleStrategy
parameter when provisioning subscriptions. More details can be found here.
Note that Stigg also supports a no-code configuration for scheduled downgrades. Passing the scheduleStrategy
parameter will override the no-code configuration.
Scheduling of subscription updates is supported in the Stigg SDK for Node.js v3.10.0, Stigg SDK for Python v1.52.0, Stigg SDK for Ruby v1.52.0, Stigg SDK for Go v1.52.0, Stigg SDK for Java v.1.52.0 or later.