Jumio
Jumio mobile-cordova Plugin for Ionic
Read this for Platform Customization is possible
To get Jumio Cordova working on Android check out this FAQ
Stuck on a Cordova issue?
If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.
Installation
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Android
- iOS
Usage
Using React?
import {
Jumio,
JumioNetverifyConfig,
JumioDocVerificationConfig,
NetverifyDocumentData
DocVerificationDocumentData
} from '@ionic-native/jumio/ngx';
constructor(private jumio: Jumio) { }
...
this.jumio.initNetverify("API_TOKEN", "API_SECRET", "US", {
requireVerification: false,
userReference: "USER_REFERENCE",
preselectedCountry: "USA",
cameraPosition: "BACK",
documentTypes: ["DRIVER_LICENSE", "PASSPORT", "IDENTITY_CARD", "VISA"],
enableWatchlistScreening: "ENABLED",
watchlistSearchProfile: "YOUR_PROFILE_NAME"
});
let documentData: NetverifyDocumentData = await this.jumio.startNetverify();

