#ninjaparade
1 messages · Page 1 of 1 (latest)
Hello! Have you read through this part of our docs yet? https://stripe.com/docs/payments/save-during-payment-cards-only#web-recollect-cvc
I have, which part specifically are you saying has that info?
if I add 'confirm' => true, will that not require me to confirm the info each time I proceess a payemnt for the customer?
Okay let's back up - are you trying to explictly require a successful CVC check with each payment?
Then what you'd want to do is use Radar to block all payments when CVC verification fails (https://stripe.com/docs/radar/rules#traditional-bank-checks) and then use the link I sent you to provide a UI that will collect the CVC whenever your customer wants to take a payment
basically the flow is this.
in the Native app we have, the employee collects customer payment info,
in the case the customer already has apayment method on file, we charge it as the default method. but in that situation I want to request the customer validates the ccv again but we still want to be able to charge the card on file as the default,
i was under the impression that the customer set up intent would dictate that verification is required each time
perhaps I am wrong on that front and can simply as for revalidation
No, ccv verification isn't required unless you specifically set it in your radar rules