#kronk
1 messages · Page 1 of 1 (latest)
Hi, I'd need to test this on my end: https://stripe.com/docs/api/payment_methods/customer_list
If it helps, we limit payment methods to just card types and we hit the endpoint you linked. So it'd just be within credit cards, determining which one to display as the default one
I was ale to test this and can confirm that it's not possible to see which Payment Method is the default when listing them: https://stripe.com/docs/api/payment_methods/customer_list
You can see the default Payment Method of the customer by Retrieving the customer: https://stripe.com/docs/api/customers/retrieve
Ah that's really helpful, thanks!