#morteza_34604
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- morteza_34604, 23 hours ago, 69 messages
Hi 👋 how can I help?
hi
I need to know
possible string values for the brand which stripe might return
one is Visa
our frontend team wants to know the possible card types that they can get from api,
That's defined in our API spec, you can find it here:
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.
(Assuming you're talking about Payment Method objects, let me know if my assumption is off)
we are using react native terminal
to crate tap to pay app
usrers are gonna make payments via terminals
and we track a list of transactions on the backend , so we get card brand fro the webhook
and does stripe have any images for each payment methods ?
I don't believe so, but we provide several references to where you can find them here:
https://support.stripe.com/questions/where-to-find-logos-for-accepted-credit-card-types
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Wait, I still assumed you meant card brand there. Do you mean different payment method types as well, beyond just cards?