VerifyMe Liveness Widget
VerifyMe has a smooth widget which helps you detect biometric spoofing attacks where a replica or imitation is presented to bypass the required identification and authentication steps
How to Generate Widget
Step 1: Add the Client Javascript Library
<script src="https://widget.verifyme.ng/inline.js"></script>Step 2: Configure the Javascript Client Library
new VerifyMePopupSetup({
lastname: "john",
firstname: "doe",
phone: "08128730170",
identityType: "bvn",
identityNumber: "10000000001",
key: "pk_live_ee7569XXXXXXXXXXXX9884a7cfb435",
reference: "<unique_reference>",
widgetType: "LIVENESS",
productCode: "<your product code>",
});Step 3: Handle a Successful Liveness Verification
Liveness Widget Example Script:
Last updated