#nickdnk
1 messages · Page 1 of 1 (latest)
Hello! What do you mean by overriding? You can cancel a Verification Session using the API: https://stripe.com/docs/api/identity/verification_sessions/cancel
Oh, no, not that I know of.
Alright. I think I technically don't need it either.
I can just ignore the status of the session on stripe and override on my end
Current setup just runs off webhooks and I wanted to maintain that flow
Maybe you could note the override in metadata?
Sure, but that won't change the status of the object
I'm storing everything on my end anyway
Just wanted them to be 1:1
There doesn't seem to be an event for verification_session.updated either
Which Event(s) are you listening for now?
redacted, verified, requires input, processing, canceled
Ah, yeah, I guess metadata won't help then.
I'll just leave it