#jwerre
1 messages · Page 1 of 1 (latest)
I notice that if I set it on the subscription, it's not on the customer. Shouldn't that propagate?
Hi, it depends on what you're looking for. The default payment method on that subscription https://stripe.com/docs/api/subscriptions/create#create_subscription-default_payment_method takes precedence over the customer when set. If it's not passed, then we take in the default payment method set on the customer.
ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over default_source. If neither are set, invoices will use the customer’s invoice_settings.default_payment_method or default_source.
ok thanks