#JackS
1 messages · Page 1 of 1 (latest)
Hi
The default payment method of that customer is stored in default_source:
https://stripe.com/docs/api/customers/object#customer_object-default_source
You need to check that field also with invoice_settings.default_payment_method when looking if the customer has a default PaymentMethod.
ok thank you,
can I get the default source from the customer object?
sorry I see it is on the customer object
yes it's on the customer object
Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.