#deooptimo
1 messages · Page 1 of 1 (latest)
thanks! let me take a look...
Technically a verification session isn't considered terminated until it's been canceled - since it's still in a state of requires_input it can still be used in the future
When you say it's not allowing you to provide the required information can you give me more details?
Did you re-retreive the verification session to get a fresh URL and client secret?
no i didn't, and it looks like this isn't documented anywhere?
We mention this here - https://stripe.com/docs/identity/how-sessions-work
got it! thanks
i re-retrieved and a new url has been provided 👍
that said, it looks like if for some reason i don't save the original session, there's no chance i'm getting the old URL back?
No, there's no chance you'd get the old URL back (and you wouldn't want it because it wouldn't work at this point)
sure but for auditing sake i might want to be able to retrieve the session that failed. looks like best effort here will be to create a new session? or after the session requires input the old URL is overwritten with the new?
You should still be able to see that the session previously failed under last_error , it's just the URL and client secret that I believe will get reset
Is the URL what you care about, or is it just the status?
the original session
If you need the original session to be completely unchanged then yeah, you'd be better off canceling the original session and creating a new one