#Filip-bank

1 messages ยท Page 1 of 1 (latest)

whole mulch
#

Hi! What Stripe integration are you using? Checkout Session, PaymentIntent, something else?

sturdy parcel
#

Ground up, basically i'm using the base pre-build components, cardNumberElement, CardExpiry, CardCVC etc.

#

And at this stage I would need to fetch the bank

#

I haven't done my stripe service implementation as of yet

whole mulch
sturdy parcel
#

But never before? ๐Ÿ˜›

#

Only once I add the payment method?

whole mulch
#

Yes you need the payment method to know the brand.

sturdy parcel
#

Oh wait... you are talking about the brand, I know that I can get that, I'm talking about the Bank based on the input card details

#

e.g. Chase, Bank of America, Santander etc.

whole mulch
#

Based on this: https://support.stripe.com/questions/find-the-type-of-card-a-customer-is-using

The brand parameter of the card object exposes whether the card brand is Visa, American Express, MasterCard, Discover, JCB or Diners Club. A card brand may be unknown if Stripe was unable to determine its brand.

sturdy parcel
#

But I'm talking about the BANK

#

๐Ÿ˜›

whole mulch