#Deathnfudge
1 messages · Page 1 of 1 (latest)
Hi there
So when you list or retrieve Customers you want to expand the sources property: https://stripe.com/docs/api/customers/object#customer_object-sources
Otherwise this isn't returned by default.
That said
If you are using Stripe Checkout then you shouldn't be seeing any Sources
You should be seeing PaymentMethods
In which case you can use https://stripe.com/docs/api/payment_methods/customer_list
Ok. We're still using some of the old Elements stuff in addition to Checkout so I'll need to do some extra sauce to make it work the way we need. Thanks!
Gotcha