#Ben-1980-subscription-coupon
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, you can create a Coupon with a limited duration (likely setting that to once) and then apply that Coupon to the Subscription by updating the Subscription:
https://stripe.com/docs/billing/subscriptions/coupons
https://stripe.com/docs/api/subscriptions/update#update_subscription-coupon
You can use Test Clocks to model this scenario in a sandbox where you can move time forward to see how these scenarios will play out quickly:
https://stripe.com/docs/billing/testing/test-clocks
If you're using Subscription Schedules to control the duration of your Subscription (since you mentioned it was 12 months) you may need to instead use the Subscription Schedule to apply the Coupon for you.
Ben-1980-subscription-coupon