#theruv
1 messages · Page 1 of 1 (latest)
Hello 👋
You could create a subscription schedule where you create the initial phase for a price of $9 and then move to second phase where you change the price to $35
https://stripe.com/docs/billing/subscriptions/subscription-schedules
Thank you. Is this solution all no-code via dashboard?
Yes, API and dashboard both should work
Ex. I can setup a product with weekly billing, and have it automatically setup the schedule?
Or do I need to update each time via dashboard?
Also want to confirm creating a coupon wouldn't work in this case as the discount is applied over 2 weeks
You only need to create the schedule once, the updates would then be applied automatically.
Not sure if coupon would work, it should most probably. you can test it using test clocks.
https://stripe.com/docs/billing/subscriptions/coupons#coupon-duration
https://stripe.com/docs/billing/testing/test-clocks
When I setup the schedule once - can I be sure it only applies to a specific product? or will all other product subscription schedules be affected?
It applies to individual subscription
Also I want to clarify that I'm referring to new subscriptions for customers who haven't bought yet. i.e customers who will buy using payment elements or checkout
not sure what you mean by that^
can you elaborate? like are you asking if you can create subscription schedule for folks yet to have an existing subscription?
Sure, to clarify: I'm looking to setup a weekly subscription for $35. I want to offer $9 for the first 2 weeks as a discount/ promo.
Customers should buy/ subscribe to the above via payment elements. I want to understand how to implement this
And can I ask what have you tried so far? Like using a coupon code?