#JamesHayes
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Subscriptions use Subscription.default_payment_method before they use Customer.invoice_settings.default_payment_method:
https://stripe.com/docs/api/subscriptions/object#subscription_object-default_payment_method
https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You need to either update the Subscription.default_payment_method or delete it.
oh I see I waqs thinking it may be the case of the subscription default needed updating. Thank you for the quick response.
Happy to help!