#madhavi_23060
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- madhavi_23060, 1 day ago, 7 messages
- madhavi_23060, 1 day ago, 2 messages
hi there!
can you clarify your question? is this for a new Subscription or an existing Subscription?
I want to apply 30% off once for an existing subscription
to the next billing cycle
then you can update the Subscripption with coupon, and it will be applied to the next Invoice: https://docs.stripe.com/api/subscriptions/update#update_subscription-coupon
I am not sure how I can apply for Annual user or Monthly. I need to give 30% for 3 months to Montly and 50% to Annual in the next billing cycle
if you are doing that for existing subscription, then you jsut write code that checks if the subscription si monthly or annual, and give the corresponding discount
I will write the code but for annual do I need to set any duration or any param that it just gets applied to the next billing cycle and not now
when you add a coupon, it will be automatically used on the next Invoice. that's true for both monthly and yearly subscriptions.
and if you want a coupon to last multiple periods, that's also possible: https://docs.stripe.com/api/coupons/create#create_coupon-duration_in_months