#kamon000
1 messages · Page 1 of 1 (latest)
Howdy!
Hello! I'm taking over and catching up...
The idea is to create one Verification Session each time you need to collect and verify info.
There's info here about what to do when you get the requires_input status: https://stripe.com/docs/identity/how-sessions-work
If any of the verification checks fail (for example, because of a manipulated document), the VerificationSession’s status returns to requires_input. You can find an explanation for the verification failure in the last_error field of the session. If you want your user to attempt verification again, you need to Retrieve the VerificationSession to get a fresh URL or client secret.
Okay, that last bit is the information I needed! So, I don't create a new verification session in those scenarios, rather when I retrieve the session I get a new client secret.
Correct?
(this is after the session has already been created for a user and there are issues with the verification)
Yes.