-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hi, thank you for this package.
Is your feature request related to a problem? Please describe.
We're trying to integrate a fraud prevention package that requires additional card details not accessible easily with adyen-react-native.
Describe the solution you'd like
Having a callback or callbacks to get:
- endDigits (last 4 digits of the card number)
- issuingCountryCode
binValue was also an issue but thanks to your recent addition of the onBinValue event we can get it.
Additional context
The web component has additional callbacks compared to this RN package, including onFieldValid that has endDigits and onBinLookup which has issuingCountryCode, so this would be a matter of having parity between what the web and react native solutions offer. I do see onBinLookup in adyen-react-native but it only gives the brand.