#dmitry-zip-list-payment-methods
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ you can't specifically list Apple Pay payment methods, but you can list all card payment methods for a customer and then check the ApplePay parameter that you mentioned for each result.
https://stripe.com/docs/api/payment_methods/customer_list?lang=dotnet
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, that won't help much, as all our payment methods are "card"
Is there no way to list ApplePay cards using some other means, like Stripe web dashboard, or HTTP API?
No, there isn't a way to list Apple Pay cards specifically.