2 weeks ago
Programmatic control of subscription update proration behavior
We extended the integration with Stripe and now allow programmatic control of the proration behavior when provisioning and updating subscriptions.
The Stigg API and SDKs now support an optional billingInformation.prorationBehavior parameter that accepts the following values:
1. CREATE_PRORATIONS
- bill for proration immediately. This is the default behavior.
2. INVOICE_IMMEDIATELY
- include prorated charges in the upcoming invoice.
3. NONE
- don't prorate subscription changes.
The new parameter is supported in the Stigg API, Stigg Node.js SDK v3.80.0, Stigg Python / Ruby / Go / Java / .NET SDK v3.22.2 or later.