Uses of Class
com.idanalyzer.Scanner
-
Uses of Scanner in com.idanalyzer
Fields in com.idanalyzer declared as ScannerModifier and TypeFieldDescriptionfinal ScannerIDAnalyzerClient.scannerDocument scanning & ID verification service.Methods in com.idanalyzer that return ScannerModifier and TypeMethodDescriptionScanner.restrictCountry(String countryCodes) Restrict accepted documents to the given issuing country code(s).Scanner.restrictState(String states) Restrict accepted documents to the given issuing state(s)/province(s).Scanner.restrictType(String documentType) Restrict accepted documents to the given document type(s).Auto-generate one or more contracts from the parsed ID.Scanner.setCustomData(String customData) Arbitrary string stored with the transaction (e.g.Scanner.setProfile(Profile profile) Attach a KYC profile (required beforescan(java.lang.String, java.lang.String, java.lang.String, java.lang.String)).Pass a user IP for issuer-country geolocation check (use "user" for the connection IP).Scanner.verifyUserInformation(String documentNumber, String fullName, String dob, String ageRange, String address, String postcode) Supply expected customer information to match against the document.