#GastonLifschitz
1 messages · Page 1 of 1 (latest)
Hi 👋
If the payment method is still set as the default for that Subscription or the Customer no longer has a default payment method set then the next invoice will fail.
You will want to either update the PM for that specific subscription
https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method
or update the default payment method for that Customer
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Awesome, thanks for clearing it up! The docs made it confusing