#briskdev-def-pm
1 messages · Page 1 of 1 (latest)
hello! Dashboard sets default_source, the legacy field on a Customer, iirc
(for legacy reasons)
check default_source on the Customer?
so would the official way to check if a customer already has a default payment method be to check the customer's default_source field then? (lets say to attempt to just pay the latest invoice automatically for a subscription they want to purchase)
yeah if your code is setting invoice_settings.default_payment_method but you're also using the Dashboard to set default_source, then you would check both fields yes