#Roshanind

1 messages ยท Page 1 of 1 (latest)

crude forum
#

Those are not Stripe card. correct?

dawn stirrup
#

card numbers we took from stripe test card page

crude forum
#

Ah ok I missed that

#

I think Amex has some card allow 3 or 4 CVV

#

so a test card just simulate the success regardless of inputted CVV

#

it doesn't check the digit number

dawn stirrup
#

so proper validations will happen in production?

#

Are there any documentation that mentioned about this validation? I'm not sure QE will accept an answer with "I think" ๐Ÿ˜„

#

I also found few articles that mention about 3CVV digit and 4CVV digit Amex cards

crude forum
#

In production the issuer bank/Amex network will check it

#

so don't worry for them ๐Ÿ˜„

#

Stripe don't check CVV, we even can't save those information

#

So we are out of the circle really

dawn stirrup
#

gotcha!

#

10x for the clarification @crude forum