#Deathnfudge - subscription update
1 messages · Page 1 of 1 (latest)
Hi there
So we discuss how upgrades/downgrades with Subs work here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
The short of it is that if the billing period doesn't change then proration items will be generated and picked up with the next invoice
Let me make sure I'm understanding this correctly. When a customer downgrades, proration items will be generated, and there will be an invoice generated immediately and they'll get a prorated refund. We're passing in "always_invoice" to the "proration_behavior" when sending to the customer portal.
Ah then yes that's correct if you are passing always_invoice
But they wouldn't get a refund
They would get a credit in this case.
So proration is generated, new invoice is cut that includes the Price and the proration items. If the proration amount is larger than the Price, the Customer gets a credit that will be applied to future invoices.
Ok. Thanks for your help!
Deathnfudge - subscription update