@ekyc_qoobiss/qbs-cid-cmp
v1.5.9
Published
Person Identification Component
Downloads
10
Readme
Evidence Collection Tool
This is a web component that can be used for user identification
Getting Started
To start using this component install it via npm:
npm i @ekyc_qoobiss/qbs-cid-cmp
The wev compoment has to be included in the html markup like this:
*.html
<identification-component token="{{ token }}" order_id="{{ orderId }}"></identification-component>
There are two parameters:
- token - which is the token that was obtained using the API Key on the server side;
- order_id - is a unique ID that will be used for the current identification request when obtaining the processed data from the REST API Service.