#berteotti-subscription-dashboard
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.
- berteotti-account-support, 6 days ago, 9 messages
@hoary meadow are you a developer writing your own code?
yes, but I want to do it on 1 active subscription first
then I want to add a custom recurrence, like bi-weekly
Okay so what's your exact, detailed and clear question? Sorry right now this is really vague and I need you to write at least 3 or 4 full sentences about the exact issue with a clear example
You are right! My bad
I have 1 active subscriptions, which is a 8.8€ weekly payment. I want to make it a 17.6€ bi-weekly payment (14 days). How can I do it through the UI?
Do I have to create a new price and then associate it to the user subscription?
yes
Sorry we help developers with their code. Looks like you're solely using the Dashboard UI and so in that case you should work with our support team for 1:1 help (or try things on your own, the UI is quite descriptive!)
berteotti-subscription-dashboard
But yes overall a Price has a "billing cycle" attached to it and an amount so for example 8.8€ every week, or 20€ every month, etc. So you create a new one for the new bi-weekly billing cycle and then you switch your Customer's Subscription from Price A to B in the UI or in the code. See https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
And in the code, I can create a custom billing cycle, right?
Yes you can create a Price see https://stripe.com/docs/api/prices/create and pass the relevant information in recurring