#Uche-discounts
1 messages · Page 1 of 1 (latest)
👋 happy to help
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you can Apply to specific products
and specify the Duration
So i should create the coupons first and then apply them to the product i want
it's on the same form
So i currently make use of the coupons
but that is applied by adding the coupon stripe id in the subscription creation request payload
I was hoping for a way to just add it to a particular product without having to apply the coupon from code
you can add a second price
to the product
and use that instead
for the period of time you want
Thats the only option i could think of but i wanted to just ask incase there is a better way. Ok thanks for this.
can i add a second price and then toggle them at will?
or do i just edit the current one
So i have different prices for monthly, 6 monthly and annual right now and i want to apply the discount only to the annual. So your suggestion would be to create another annual price and use that whenever i want to start doing the discounts right?
yes