#Skrypnyk81
1 messages · Page 1 of 1 (latest)
Hi there!
default_source is what Stripe used previously for the default payment method. The new recommended way is to use invoice_settings.default_payment_method
We are in test know, but the field in subscription refer to old payment method.
Can you share the subscription ID (sub_xxx)?
sub_1N0OppE0TrdS8dkGgJdkELm8
👋 taking over for my colleague. Let me catch up.
if I understood correctly, you attached a new PM to your customer but the already created subscription didn't change its default_payment_method?
Yes
If you update the customer's default_source or invoice_settings.default_payment_method, it would only affect subsequently created subscriptions or one-off invoices
but for the ones that are already created their default payment method won't change unless you update the subscription yourself
As I thought, I have to update all subscriptions. Thank you