#danquinney
1 messages · Page 1 of 1 (latest)
Hey there, let me look into this
Thanks.
No it doesn't look like this is possible as the check type is a single-value decision you make when creating the verification session: https://docs.stripe.com/api/identity/verification_sessions/create#create_identity_verification_session-type
We specify that the flows are different so you would support another type via a new session
Each verification check requires different information from your user, has different coverage, and has a different verification flow experience. After you’ve integrated one check, you can add another with minimal changes to your integration.
I'm not aware of any plans to change that behaviour
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can I infer that you want to perform multiple checks, and would llike the option to specify a list of check types to process in a single session?
Part of the problem would be the entire structure/sequence would need to change to indicate status & further requirements for each check type
So I expect this to remain one-type-per-session
That's understandable, yes I'd prefer a single flow, but I suspect we can make it work with multiple flows. 🙂