Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.5 KB

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.

Integration Manual

For complete integration manual, refer to Authenteq Integration Manual.

Changelog

See CHANGELOG for changes in past versions.

Installing and starting the app

First, you have to install all dependencies using the npm or yarn command. The application consists of a frontend part and backend API. We implement backend API, so we don't expose Authenteq API key. Backend is using Authenteq API key along with Authenteq PartnerID to query Authenteq service.

Installation

Use npm install or yarn to install all dependencies.

Client start

Run npm run start or yarn start to start client-side part of the application.

Server start

Run npm run server or yarn server to start server-side part (API) of the application.

Server API will be running and http://localhost:3001 and frontend will run on http://localhost:3000 by default.

Authenteq Claims

Anti-money laundering (AML)

Sample result (JSON): {"id":0,"ref":"1527688904-A1rpXA6h","match_status":"no_match"}

Know your customer (KYC)

The KYC endpoint will return a JPEG photo of user's passport in binary format.