Added
Identity Verification (Doc Scan)
- 3rd Party Identity Checks
- Add to session with:
$sessionSpec = (new SessionSpecificationBuilder())
->withRequestedCheck(
(new RequestedThirdPartyIdentityCheckBuilder())
->build())
- Retrieve results with:
GetSessionResult->GetThirdPartyIdentityChecks()