#jose-cvc-verification
1 messages · Page 1 of 1 (latest)
Hello 👋
In this case, are you passing a pre-created payment method?
Gotcha. In that case, I don't think it would be re-validated
https://stripe.com/docs/disputes/prevention/verification#cvc-check
According to the above doc,
You can perform CVC verification by providing the CVC value either when you create a payment with a new card payment method, or when you attach a new card payment method to a customer. To re-verify the CVC on a previously saved card, refer to the integration guide on CVC recollection.
https://discord.com/channels/841573134531821608/1115355898047631450 I asked yesterday
I see, what's the confusion?
The guy said to me that Stripe is not validating CVC when the Payment Method is created
They said
Second, we don't actually perform this validation every single time. We talk about this here: https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge but basically you have probably started to look like a card tester based on doing a lot of test attempts in live mode which is technically against the card network regulations as well (see: https://stripe.com/docs/testing#use-test-cards) and we strongly do not recommend.
Exactly
So, is there a way to check the CC information (number + CVC + exp date) before charging it?
For that you'd want to recollect the CVC
https://stripe.com/docs/payments/save-during-payment-cards-only?platform=web#web-recollect-cvc
Heads up though that this would still confirm the payment even if CVC fails. You'd need to configure radar rules to prevent this from happening
jose-cvc-verification
Sorry, but we don't understand
Our business is selling services to customers, but we want to charge those services after the concretion of them
We need to be sure that the payment information filled by the customer was correct, before giving the service to the customer. Do you understand what I'm saying?
Hey @supple furnace ! You need to use https://stripe.com/docs/payments/save-and-reuse which will collect card details and set it up properly. In the future, when you are ready to charge their card you can and then the bank will approve/decline the payment. There isn't much more to it than this