#bartekmilan
1 messages · Page 1 of 1 (latest)
Hi
Could you please share more details ?
Of course. I have a saas application and I use Stripe to handle all payments inside the app. I currently use subscription model. Every customer in my app is able to has multiple subscriptions on his account. The problem is when customer has many subscriptions he is charged many times for every subscription and Stripe generates seperate invoice for every single subscription. I am wondering if there is a native stripe solution to aggregate invoices from all subscription into one invoice per customer in a billing cycle?
Are you there?
No there is no native solutions for this
what you can do is to keep the same Subscription for all the prices with the same billing period
if the customer opt for a new Subscription and they have a Subscription with a price for the same billing period, you don't create a new Stripe Subscription, but you simply update the existing one with the new price item
It is good solution, however I have many clients in the existing model. Is there a way to migrate them into new - single subscription model?