#Dimiitar-DefaultPaymentMethod Updated
1 messages · Page 1 of 1 (latest)
If it has an automatic retry remaining, it will use the new PaymentMethod when it retries.
Sure thing. You can see that the Invoice says "retrying" on the Subscription's Dashboard page, and that it will next be retried in 2 days per https://dashboard.stripe.com/invoices/in_1JfX2fAR9CGkUaUnuciVuMqF
Cool, i cant really open that invoice in the dashboard as its from connected account
So setting the card as default in the portall is enought?
Yes, as long as there are retries remaining.
For new customers i only set
payment_method= payment_method_id invoice_settings.default_payment_method = payment_method_id
and this should not require doing it manually right?
invoice_settings.default_payment_method is what will be used by default for any Invoice/Subscription for that Customer, yes
okk 🙂