#annefeng-subscription-changes
1 messages · Page 1 of 1 (latest)
@proper pier hello, happy to help! I recommend reading https://stripe.com/docs/billing/subscriptions/upgrade-downgrade as it covers this in details
you can charge immediately if you want using proration_behavior: 'always_invoice' when you make the change!
Ok, thanks! I just follow the question, if a new invoice is gernerated in a subscription, will the payment be automatically paid by using default payment method, right?
yes
If the default payment method expired, I'm wondering if Stripe will choose other saved payment method as default payment automatically?
no we won't, that'd be really bad to charge the wrong one
that means it need user to manually update new default payment method via cutomer portal, right?
correct