#varovas
1 messages · Page 1 of 1 (latest)
Hi there!
So you have existing customer object with a default payment method, and you want to update them so that they don't have a default payment method?
Yes
You could update the Customer object and unset the default payment method with invoice_settings.default_payment_method: ""
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method