#Clement

1 messages ยท Page 1 of 1 (latest)

worldly kilnBOT
celest summit
#

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

Learn how to use subscription schedules.

blazing ember
#

Thank you for your help!