#Jeremy T.
1 messages · Page 1 of 1 (latest)
Hi there, you can use the frontend's stripe.createPaymentMethod (https://stripe.com/docs/js/payment_methods/create_payment_method) to create a payment method and obtain the card's brand from the created payment method object.
Thanks @tulip fossil! I think this is what I need. 🙌