startIdvTrinsicSession
Starts a Trinsic identity-verification session for a given async issuance request. Returns the hosted URL the holder must be redirected to. The session result is delivered asynchronously via the Trinsic webhook callback.
Requires the caller to hold a limited async issuance token bound to asyncIssuanceRequestId.
Only available when the Trinsic IDV feature is enabled for this instance.
startIdvTrinsicSession(
input: StartIdvTrinsicSessionInput!
): StartIdvTrinsicSessionResult!
Arguments
startIdvTrinsicSession.input ● StartIdvTrinsicSessionInput! non-null input
Type
StartIdvTrinsicSessionResult object
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.