#Karan S
1 messages · Page 1 of 1 (latest)
You can get the brand of the Payment Method, sure. But we don't expose the actual icons: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-brand
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd need to map those values to some icons in your local applications
Ok thanks