#mtanzi-proration-subscription
1 messages · Page 1 of 1 (latest)
that's impossible. When you use always_invoice, we synchronously create the invoice, finalize it and attempt to pay it, that's the whole point of the change/flow
you should use create_prorations instead and then you can create the invoice and add the extra line item(s) you want to it!
I see.. ok, that make sense 🙂
how can I then close the invoice right after? using the finalize api?
yes you finalize the invoice and it will be paid automatically or you can also https://stripe.com/docs/api/invoices/pay
Perfect, Thank you for the support @crisp plank!
of course, have a great day!