#kronk
1 messages · Page 1 of 1 (latest)
Hi 👋
Default payment methods can be set both on the Subscription and the Customer objects
If you define a default payment method on the Subscription that will always take precendence
But if it isn't defined then the next payment method that Stripe will attempt to use is the Customers invoice_settings.default_payment_method: https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
Ah this is what I was looking for, thanks!