#brianzammit_34972
1 messages · Page 1 of 1 (latest)
Can you share an example PI which it returned cvc unchecked, so that I can take a look?
There is no PI. We saw this in the setup phase
For context, we are setting up a payment method for future use with no initial charge.
As such, there is no PI created at this point, only a SI seti_1OSJW4D5Qr9gCdCZ5zDsLC1f
Stripe will perform a heuristic validation, meaning we have reason to believe the card is valid without requiring us to talk to the card issuer. In those cases the CVC will remain unchecked, as we only mark the CVC as passed or failed when we talk to the card issuer.
Thanks for the information.
And is there anyway to supress / disable this behaviour in Stripe an enforce CVC check each time?
I'm afraid there is no way to enforce CVC check
ok, thanks for the clarifications
One more question - when we create a setup intent and it is confirmed with a card payment method, is there some temporary hold / temporary charge involved in this flow?
And in the above mentioned case, will charging the payment method result in the cvc_check to be performed and yield a result?