Session
Hosted session for identity verification, document upload, or bank verification.
type Session {
identityId: ID!
sessionUrl: String!
}
Fields
Session.identityId ● ID! non-null scalar
Identity associated with the session.
Session.sessionUrl ● String! non-null scalar
URL the user opens to complete the hosted flow.
Returned By
createBankSession mutation ● createDocumentSession mutation ● createIdSession mutation