#jacobjensen
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Sounds good 🙂
You can update the default_payment_method of the Subscription object: https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method
If the subscription is scheduled to begin in the future, then the subscription object doesn't exist yet, right?
so like this:
If it's a Subscription Schedule object, then you can update the default_settings.default_payment_method property: https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-default_settings-default_payment_method
Ah - that's what I was missing. Thank you very much!
Happy to help.