#papiwablo
1 messages · Page 1 of 1 (latest)
Hi there, do you mean the list of card brands https://stripe.com/docs/api/payment_methods/object?lang=node#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.
i do see this for card brand
Card brand. Can be amex, diners, discover, eftpos_au, jcb, mastercard, unionpay, visa, or unknown.
if you look here
https://stripe.com/docs/api/cards
it can be rather misleading
Card brand. Can be American Express, Diners Club, Discover, Eftpos Australia, JCB, MasterCard, UnionPay, Visa, or Unknown.
why is this brand capitalized vs the link you send me all lowercase
They are two different API endpoints
If you want the list of card brands, refer to the page that I sent earlier.
got it