#Charlie GB

1 messages · Page 1 of 1 (latest)

heady horizonBOT
stable crag
#

Can you clarify what you mean? As far as I know there isn't a way to do this, but if you give more details on what you're trying to do I can look into an alternative

vapid leaf
#

When i use CardField on React Native, i can get cardDetails (last4, brand, expiryYear) from CardField component

#

However i can't do the same on the web with Stripe for ReactJs

#

In Mobile app (React Native) i can get those items listening onChange event on CardField component

#

However PaymentElement onChange is just giving me collapsed, complete, elementType, empty and value props

#

Where value.type is just "card"

#

But i'm not able to get last4 or brand as in React Native