LexisNexis TrueID v1.0
This package provides capabilities that extend the Avoka Transact platform for users wishing to extract data from the front and back photos of the driver's license, using the LexisNexis TrueID service.
To support the autofill capability this package provides the following components:
-
LexisNexis TrueID
This Maestro component allows to extract driver's license data from the front and back photos, by calling the LexisNexis TrueID web service. The component's properties allow mapping data from the calls to LexisNexis into Form fields.
Licensing
Clients must ensure they are appropriately licenses in order to use this package. Organisations who wish to use this package are required to establish a commercial relationship with LexisNexis directly.
Compatibility
This package has the following compatibility requirements:
Module | Compatibility | Notes |
---|---|---|
Transact Manager | 5.0.3 or above | |
Transact Maestro | 5.0.14 or above |
Installation Instructions
To install this package please walk through the following proceedure:
- Unzip the package to a directory on your computer
- Import each zip archive found in the
services
folder to Transact Manager under the Services >> All Services menu item. - Review the Help Doc tab for each of the imported services and make any required adjustments to service parameters.
- Configure any required Service Connections. These requirements can be found at the bottom of this document or in the Help Doc for each of the imported services.
Service Connections can be configured in Transact Manager under the Services >> Service Connections menu item.
- Import each archive found in the
libraries
folder to Maestro.Importing these into the Organisation level libraries folder is recommended as this will make the components available to all projects, however they can be imported at the Project level if required.
Usage Instructions
To configure this component please walk through the following procedure:
- Open your form in Maestro and drag and drop the LexisNexis TrueID component from the LexisNexis Category in the Palette.
- On the Properties tab of the LexisNexis TrueID component under the Configuration section, map the response data fields to form fields. For example
First Name
could be mapped to field pathdata.firstName
.
Maestro Assets
Provides form fill from US federal and state issued ID cards and driver's licenses using the LexisNexis TrueID service.
Service Calls
Properties
Property | Category | Description | Type | Default |
---|---|---|---|---|
Response Field Mapping | Configuration | Map the response fields to the form fields
Field Refs:
|
fieldRefMap |
Shared Styles
-
LexisNexis TrueID Block Shading Library: exchange.lexisnexis.trueid
Services
Service Connection
Compatibility
Module | Compatibility |
---|---|
Manager | 5.0.3 |
Inputs
Name | Description | Required |
---|---|---|
frontImage | The image of the front of the card as base64 parameter. | No |
backImage | The image of the back of the card as base64 parameter. | No |
frontAttachmentKey | The front image attachment key. This key was received after the image was uploaded. This key parameter is mandatory if the frontImage parameter wasn't used. | No |
backAttachmentKey | The back image attachment key. This key was received after the image was uploaded. This key parameter is mandatory if the backImage parameter wasn't used. | No |
Outputs
Name | Description |
---|---|
Personal Details:
|
Personal details of the driver. Date of birth is provided in Avoka standard format (yyyy-MM-dd) E.g. 1989-03-16 .Gender is provided as M /F |
Address Details:
|
The driver address details The address field is the full unparsed address found on ID card State is provided in short format (e.g. CA , AZ , MA ). |
Document details:
|
The driver's license details. The name of the document would be for example Montana Identification Card The docIssuerCode is the document issuer code, for example MT The docIssuerName is the document issuer name, for example Montana The docClassCode is the document classification DriversLicense Issue date and expiration date are provided in Avoka standard format (yyyy-MM-dd) E.g. 2018-04-16 . |
executionStatus | The status of the service execution [ SUCCESS | DATA_ERROR | SYSTEM_ERROR ]. Successful execution will be denoted by a |
errorMessage | When a DATA_ERROR is experienced, this value may provide more detail on the nature of the error. |
Service Connections
The following service connections are used by this package.
Property Name | Description | Required |
---|---|---|
Type | HTTP Endpoint | Yes |
Endpoint |
Must point to the LexisNexis TrueID endpoint. For example https://mfa.lexisnexis.com/WsMFA?ver_=2.02
|
Yes |
Username | The username to access LexisNexis TrueID API. | Yes |
Password | The password to access LexisNexis TrueID API. | Yes |