#leonardo89 - SetupIntent
1 messages · Page 1 of 1 (latest)
Hi there!
So in the end the customer has 2 payment method?
- You can change the default payment method by updating the
invoice_settings.default_payment_methodproperty of the customer object https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method - And if needed, you can remove the other payment method with https://stripe.com/docs/api/payment_methods/detach
It depends. Did you set a default payment method for the subscription? If not, the subscription will automatically use the default payment method of the customer.
https://stripe.com/docs/api/subscriptions/object#subscription_object-default_payment_method