card.io-Android-SDK icon indicating copy to clipboard operation
card.io-Android-SDK copied to clipboard

Mask CVV

Open spathipati opened this issue 9 years ago • 4 comments

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.

spathipati avatar Apr 04 '16 14:04 spathipati

So there's 2 requirements:

  1. Lock the prepopulated values. This is already a feature of card.io. If you scan the card, you cannot edit the card number.
  2. 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 avatar Apr 04 '16 15:04 braebot

@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!!

spathipati avatar Apr 05 '16 06:04 spathipati

Hi @braebot , Regarding the CVV i saw in many payment gateways while entering the CVV number it is getting Masked like Password.

spathipati avatar Apr 05 '16 06:04 spathipati

  1. The prepopulated values are available just as if they were manually entered. Please see the CreditCard class.
  2. Understood. Let's keep this issue open until we add this feature.

braebot avatar Apr 06 '16 19:04 braebot