#Shahriyar
1 messages · Page 1 of 1 (latest)
Does that get you oriented in the right direction?
I have read that but that shows how to create and apply coupon when creating the subscription
But the subscription is already active and user is paying monthly a specific amount
This section details how to update the subscription with a discount: https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#discount-subscriptions
Okay so let me confirm this
First I have to make a coupon
Then a promotion code
Then edit the subscription and apply the promotion code to the subscription?
After you’ve created a coupon, create a discount by applying the coupon to a subscription
Okay so last question is how do I make a billing cycle happen manually
Like if I made a monthly subscription
While developing I cant wait a full month to check if it works
How can I forcefully trigger it so it thinks that the month is finished and charges again?
You can use a Test Clock to simulate the passing of time: https://stripe.com/docs/billing/testing/test-clocks