#Mathieu Ducrot-setup-upe
1 messages · Page 1 of 1 (latest)
Hi 👋 that is a good way to collect new payment method information.
I can't recall off the top of my head if that flow will set up the new payment method as the customer's default though, that may require an extra step.
https://site-admin.stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Is there some recommandation to update the customer subscription default PM on the way with the setup intent or should i call subscription->update for that ?
oh you rigth it use customer invoice_settings.default_payment_method yeah
ok i already have that codded i should be fine then, thanks !