Stripe List a Customer's PaymentMethods by multiple types

Viewed 23

How can we retrieve the list of payment methods attached to a customer with type= us_bank_account and card at one request? The type parameter can only support up to one value at a time.

https://stripe.com/docs/api/payment_methods/customer_list

curl -G https://api.stripe.com/v1/customers/cus_MT5jjlXfiQl4dH/payment_methods \
-u {Key} \
-d type=card
0 Answers
Related