#Aarti MusicHub
1 messages · Page 1 of 1 (latest)
Hi there!
How do you create the Subscriptions? With Checkout Session, the Subscription endpoint, something else?
subscription endpoint
Got it. Then you can create a coupon that's only available for a limited duration https://stripe.com/docs/api/coupons/create#create_coupon-duration
And then pass the coupon when you create or update the subscription https://stripe.com/docs/api/subscriptions/create#create_subscription-coupon
is there a way to auto-apply the coupon for a limited time to all subscription created in that time range?
also, this means then, they cannot use any other promo/coupon in combination?
is there a way to auto-apply the coupon for a limited time to all subscription created in that time range?
No, you need to update each subscription individually.
also, this means then, they cannot use any other promo/coupon in combination?
That's a restriction that you will have to handle on your side.