Uses of Class
com.yoti.api.client.docs.DocScanException
Packages that use DocScanException
-
Uses of DocScanException in com.yoti.api.client.docs
Methods in com.yoti.api.client.docs that throw DocScanExceptionModifier and TypeMethodDescriptionDocScanClient.createFaceCaptureResource(String sessionId, CreateFaceCaptureResourcePayload createFaceCaptureResourcePayload) Creates a Face Capture resource, that will be linked using the supplied requirement IDDocScanClient.createSession(SessionSpec sessionSpec) Creates a Doc Scan session using the supplied session specificationvoidDocScanClient.deleteMediaContent(String sessionId, String mediaId) Deletes media related to a Yoti Doc Scan session based on the supplied media IDvoidDocScanClient.deleteSession(String sessionId) Deletes a previously created Yoti Doc Scan session and all of its related resourcesDocScanClient.fetchInstructionsContactProfile(String sessionId) Fetches the associated instructions contact profile for the given In-Branch Verification sessionDocScanClient.getIbvInstructions(String sessionId) Fetches any currently set instructions for an IBV session.DocScanClient.getIbvInstructionsPdf(String sessionId) Fetches the instructions PDF associated with an In-Branch Verification session.DocScanClient.getMediaContent(String sessionId, String mediaId) Retrieves media related to a Yoti Doc Scan session based on the supplied media IDDocScanClient.getSession(String sessionId) Retrieves the state of a previously created Yoti Doc Scan sessionDocScanClient.getSessionConfiguration(String sessionId) Fetches the configuration for the given sessionID.DocScanClient.getSupportedDocuments()Gets a list of supported documents only with latin documents.DocScanClient.getSupportedDocuments(boolean includeNonLatin) Gets a list of supported documents.voidDocScanClient.putIbvInstructions(String sessionId, Instructions instructions) Sets the IBV instructions for the given sessionvoidDocScanClient.triggerIbvEmailNotification(String sessionId) Triggers an email notification for the IBV instructions at-home flow.voidDocScanClient.uploadFaceCaptureImage(String sessionId, String resourceId, UploadFaceCaptureImagePayload uploadFaceCaptureImagePayload) Uploads an image to the specified Face Capture resource