#AV - subscription billing method
1 messages · Page 1 of 1 (latest)
There are three places that you might have this set:
- Default payment method on the subscription https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method
- Default payment method on the Customer https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method
- Default source on the customer https://stripe.com/docs/api/customers/object#customer_object-default_source
thanks, I've seen these articles, but was wondering if there was a way to change the property directly. But after looking it seems when the default_payment_method on the subcription is null, the billing method is changed to use the default card automatically