#NEWJOSSY
1 messages ยท Page 1 of 1 (latest)
Hello there )
Hello ๐
We have docs on this ๐
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
You'd want to set proration_behavior to always_invoice when you update the sub
Yep, and I'm guessing I should create a payment intent after subscription update, right?
You don't need to create one manually, setting proration behaviour should generate an invoice as well as the payment intent
automatically
Oh, thanks, I'll give it a try and will write a response on that