Skip to main content

StartIdvTrinsicSessionInput

Input for starting a Trinsic IDV (Identity Verification) session associated with an async issuance request.

input StartIdvTrinsicSessionInput {
asyncIssuanceRequestId: UUID!
holderReturnUrl: URL
}

Fields

StartIdvTrinsicSessionInput.asyncIssuanceRequestId ● UUID! non-null scalar

The async issuance request the IDV session is being started for. The caller must hold a limited async issuance token bound to the same asyncIssuanceRequestId.

StartIdvTrinsicSessionInput.holderReturnUrl ● URL scalar

Optional URL Trinsic will redirect the holder to once the session reaches a terminal state. Use this to bring the holder back into the issuance flow after IDV completes.

Member Of

startIdvTrinsicSession mutation