#Manny_Manny_2023
1 messages · Page 1 of 1 (latest)
Hi
just to make sure I understand your use question, you want to create a single invoice for all customer's Subscriptions at each month ?
Hi, yes lets suppose we have one subscription of 300$ with billing cycle every 4th day of month and another subscription with 1000$ with billing cycle every 10th day of the month, we want to create one invoice for both subscriptions, on the 1st of each month
Thans for the confirmation. That's not possible.
One option is to create a Single Subscription for all plans that has the same billing period.
is there any way we can use invoice items at webhook event invoice.created and attach all the subscriptions upto 20 with param proration_date=billing_period_start,
proration_behavior='create_prorations'
No, you can't aggregate different invoices into a single one.
can we combine atleast all the subscription with the same billing cycle
nope. You need to (re)create a same Subscription with all prices/plan
thank you for your help