idvTrinsicSessionStatus
Returns the current identity-verification status for an async issuance request. Callers can poll this after returning from the Trinsic IDV flow to determine when the webhook has processed and verification is complete.
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.
idvTrinsicSessionStatus(
asyncIssuanceRequestId: UUID!
): IdvTrinsicSessionStatusResult!
Arguments
idvTrinsicSessionStatus.asyncIssuanceRequestId ● UUID! non-null scalar
Type
IdvTrinsicSessionStatusResult object
The current identity-verification status for an async issuance request.