#Obo-default-pm-dashboard
1 messages ยท Page 1 of 1 (latest)
Hello ๐
default_source is for when you use Sources API
If you're using PaymentMethods API, you'd look at customer.invoice_settings.default_payment_method
https://stripe.com/docs/api/customers/object#customer_object-default_source
Probably ๐
For this particular user I'm seeing the "Default" payment method as having a pm id
however I'm getting "no such payment intent {that_id}" when calling the https://api.stripe.com/v1/payment_intents/:id endpoint
wait sorry, that's payment intent
not payment method
(sorry)
I think this should be a good starting debugging point
thanks for your help