StartIdvTrinsicSessionResult
The result of starting a Trinsic IDV session. The holder must be redirected to launchUrl to
complete identity verification. The session is finalised asynchronously via a Trinsic webhook.
type StartIdvTrinsicSessionResult {
expiresAt: DateTime!
idvTrinsicSessionId: UUID!
launchUrl: URL!
}
Fields
StartIdvTrinsicSessionResult.expiresAt ● DateTime! non-null scalar
When the VO-side IDV session expires. Trinsic enforces its own (usually shorter) expiry separately.
StartIdvTrinsicSessionResult.idvTrinsicSessionId ● UUID! non-null scalar
The VO-side IDV session identifier. Use this to correlate subsequent status queries.
StartIdvTrinsicSessionResult.launchUrl ● URL! non-null scalar
The hosted URL the holder must be redirected to in order to complete IDV.
Returned By
startIdvTrinsicSession mutation