#jacob_27303

1 messages · Page 1 of 1 (latest)

near burrowBOT
quiet jolt
#

I believe that's expected. I don't believe we validate the length with AMEX cards afaik

royal fog
#

It shows an error when you have less than 3 digits, but it accepts 3 or 4 digits when it should only accept 4

#

Maybe it just checks for >2 for all cards?

#

Seems like it would be better to display an error for 3 if that's always invalid

#

I just didn't know if there was a situation where 3 digits was possibly ever valid for AMEX

quiet jolt
#

I don't believe it is, just that we don't have strict validation for 3 or 4 digit cvv

royal fog
#

That seems like a bug to me, that's very surprising. In production the payment would obviously fail with a 3 digit CVC, just seems better to warn the user of that before they try to submit payment. Thanks for the info.