card.io-Android-SDK
card.io-Android-SDK copied to clipboard
Mask CVV
Hi,
I am using Card.IO for my Xamarin Forms application. once user scanned the card i want to make the pre populated controls are read only and CVV should mask (like password).May know how to achieve this requirement.
So there's 2 requirements:
- Lock the prepopulated values. This is already a feature of card.io. If you scan the card, you cannot edit the card number.
- Mask the CVV as you enter it in. This is not available at this time. Can I ask why masking the CVV is important?
@braebot - Thanks for your response!
I tried to found the property to set the read only the pre populated values in Card.IO UI. Can you give me the Syntax please!!
Hi @braebot , Regarding the CVV i saw in many payment gateways while entering the CVV number it is getting Masked like Password.
- The prepopulated values are available just as if they were manually entered. Please see the
CreditCardclass. - Understood. Let's keep this issue open until we add this feature.