#Clement
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we don't have prebuilt functionality for that specific scenario, so you will need to add your own logic to make that flow work.
Our Coupon objects don't have the concept of expiring on them.
What you can do though, is directly attach the Coupon that you want to use to the Subscriptions that you create, and then create a Subscription Schedule to schedule a future change to that Subscription which will remove the Coupon.
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrade-downgrade-coupons
https://stripe.com/docs/api/subscription_schedules
Thank you for your help!