#johncs-payment-methods
1 messages · Page 1 of 1 (latest)
hi there! are you asking specifically with regards to how to use the Stripe CLI to get a list of payment methods for a customer in live mode?
I'd like a list of all payment methods held by Stripe (in live mode).
Not specifically for a customer.
And yes, using the Stripe CLI preferably. Though I could use curl if necessary.
that's not possible off the bat. If you really want to retrieve all payment methods, what i can think of is to get all customers, then loop through and retrieve the payment methods attached to each customer
Alright, no worries. I can do something similar to that to get what I'm after. Thank you!