#Igorek-subscription-expired-card
1 messages · Page 1 of 1 (latest)
Hello. The will depending on how you've configured the payment method on the Subscription object. You'll likely need to update the invoice_settings.default_payment_method field on the associated Customer: 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.
I need to add new payment method with expired card 0069, and add it to invoice_settings.default_payment_method, right?
That will update the payment method, but I'm not sure what behaviour you're trying to test with always_invoice?
The client wants to upgrade his subscription, but his card is expired
Let me know if you need any more help