#adsaeed
1 messages · Page 1 of 1 (latest)
hello! By Stripe Console, do you mean the Dashboard?
Yes
How can I update or migrate my existing users to a new subscriptions?
We are worried about two things:
- Would they have to resubscribe again
- How would payment be dealt for this new subscription?
are these existing customers on your account, or you're migrating from another payment provider?
existing customer on stripe account
and do you want to update the price at the end of the billing period or immediately?
at the end of the billing period
you can use Subscription Schedules to schedule the price update at the end of the billing period then : https://stripe.com/docs/billing/subscriptions/subscription-schedules
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
you'll want to create a Subscription Schedule from an existing Subscription first, then update the Subscription schedule to make the changes you want
Does this create a new payment intent ID? If we change the price
if you update the price at the end of the billing period, then when the subscription is renewed, a new Invoice is naturally going to be generated (and a PaymentIntent)
so cut short:
if I have a user, who has a certain subscription
and if I want to move this user to new subscription
we can schedule this change
in this case, the new subscription will be applicable after their billing cycle ends
yep
Please stick around for another minute as I confirm with my dev, if they have any follow up quesitions