#maria795
1 messages · Page 1 of 1 (latest)
I'd recommend reading this guide: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Essentially, you just create a new Price object and set it on the Subscription
To update an existing subscription?
Is it the price or the subscription that I should update the recurrence?
Please read the guide first
You read that whole guide? Are you a developer?
I am a developer
Okay, you sent me a screenshot of the dashboard and I don't understand the relevance. I'm also unsure about where you're getting stuck, the guide I sent you tells you exactly how to upgrade your subscription to a new Price with an annual billing interval.
I have a current subscription, with a recurring monthly payment, for every 9th of each month.
Now, I want to update that recurrence to annual, so that your next payment date is February 9, 2024.
It's possible? I made myself clear?
Should I update the price or the subscription?
Yep! You would need to create a new Price object and set it on the Subscription, per the guide I sent