#alevelasquez_51954
1 messages · Page 1 of 1 (latest)
Hi 👋
How would you attempt to re-validate the card?
I have a screen where I can see all the associated cards, at this point my logic will recognize a new device so it should ask the user for a re-validation of the CVC, I have investigated and only found how to collect the CVC but when making a payment
I want to know what methods to use to revalidate or collect the cvc again
We don't have it documented but one thing I would test is trying the same approach but using a Setup Intent. You would call the confirmSetupIntent method with the same parameters. I would not rely on this without testing first though
ok I will try what you have suggested, I hope I have luck, if not I will come back here, thanks!
We'll be here to answer your questions!
one more question, will this work from the stripe sdk for ios and android?
That I am not 100% certain of, which is why I suggest testing it out.