#search-subscriptions
1 messages · Page 1 of 1 (latest)
yep that would work
because at least on test mode I don't see the pm as default for the customer
yep, because you set it on the Subscription object instead right? (on_subscription)
it would be in default_payment_method on the subscription object
ok I will check it now ... thanks a lot!!
If I see this, it will be charged on this pm , right?
thanks!!!
yep!
I've some customers on production taht were created without this parameter if I set manually the pm as default for the customer they will be charged also???
you would need to set either https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method or set https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method for affected customers yes , or do the similar thing in the Dashboard(should be buttons for setting a saved payment method as default)