#rkrkrohitkkumar
1 messages · Page 1 of 1 (latest)
What kind of details? You can get some via the change event that's emitted: https://stripe.com/docs/js/element/events
card details, like card number, expiry date, expiry year and cvv
Got it. Those details aren't exposed via the Payment Element I'm afraid
What are you trying to do?
we need to calculate application fee before submitting the payment according to the card brand!
You can get brand from the Card Element: https://stripe.com/docs/js/element/events?type=cardElement
not Card Element, we are using Payment Element
Yep, that's not possible right now I'm afraid
okay, Thanks