#9310
1 messages · Page 1 of 1 (latest)
You can use Subscription Schedule API (play with it in Test mode first!) and specify Coupon for future phases: https://stripe.com/docs/api/subscription_schedules/create?lang=curl#create_subscription_schedule-phases-coupon
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@split osprey this would work API only? The scenario, I'd like to implement is very basic and common. Marketing wants to add coupons for specific dates (manually in stripe 6 subscription tiers, every tier different promo black friday/cyber monday/black week etc. with date ranges). Is there any web tool, that can prepare future promotions almost dev-less, and then we can add expected coupon IDs to database?
API is ok, but that's a whole bunch of extra dev work for a very simple scenario.
Um Subscription Schedule only available via API AFAIK. There is a page in Stripe Dashboard to create future Subscription as I am opening it, but no option for coupon unfortunately.
It could be good idea to add date start_at to the coupon. Because this is problem not only for subscriptions, but for promo codes for any product.
Thanks for the feedback!