a week ago
Enhanced Stripe subscription cancellation flow
We’ve updated Stigg's native integration with Stripe to give you more control and reliability when handling subscription cancellations.
What's new
- By default, when a paid subscription synced to Stripe is canceled, Stigg will now wait for Stripe's confirmation before marking the subscription as canceled in Stigg.
- This ensures tighter alignment between Stripe and Stigg, reducing the risk of mismatched states.
- Vendors who prefer to not wait for this confirmation can pass awaitSubscriptionCancellation: false when canceling subscriptions via the Stigg API or SDKs.
SDK Support
The new awaitSubscriptionCancellation
parameter is supported in the latest versions of our SDKs:
- Node.js: v3.86.0
- Python / Ruby / Go / Java / .NET: v3.59.2
- Sidecar SDK: v3.61.0
What's next
We’re extending this functionality to Stigg’s Zuora integration — stay tuned!