#gummigun
1 messages · Page 1 of 1 (latest)
Hi 👋 that sounds like a good approach, is it behaving as you're hoping when you test it? You can use test clocks to put Subscriptions in a sandbox in testmode where you can advance time, allowing you test the full Subscription's lifecycle.
https://stripe.com/docs/billing/testing/test-clocks
If you're adding a Coupon with a duration of 3 months to the Subscription, you shouldn't need to do anything else.
Awesome @heady mulch ! Just wanted to build some confidence before continuing. Thanks for the insight on the test clocks
Any time!