stripe / stripe-js

Loading wrapper for Stripe.js
https://stripe.com/docs/js
MIT License
626 stars 154 forks source link

Stripe.PaymentMethod.Card.brand not typescript exported #102

Closed teodorciuraru closed 3 years ago

teodorciuraru commented 4 years ago

Hi there,

I am looking to typesafe a dictionary and would like to find a way to import the possible brand names of cards from stripe-js.

Can you help me with this?

Thank you, Teo

tylersmith-stripe commented 3 years ago

Hi @teo029 👋 ,

You can find the list of the possible brand values returned for the Card object in the Stripe API docs:

Card brand. Can be American Express, Diners Club, Discover, JCB, MasterCard, UnionPay, Visa, or Unknown.

Other resources on this topic include Card brand choice and Supported card brands. Hope that helps!

Closing out for now.