Jumio
Check out example with Angular 9.1 & Capacitor 2.1
Platform Customization is possible
Original source: Jumio mobile-cordova Plugin for Apache Cordova
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
React
Angular
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();