This project was bootstrapped with Create React App.
You can find the most recent version of this guide here.
For complete integration manual, refer to Authenteq Integration Manual.
See CHANGELOG for changes in past versions.
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.
Use npm install or yarn to install all dependencies.
Run npm run start or yarn start to start client-side part of the application.
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.
Sample result (JSON):
{"id":0,"ref":"1527688904-A1rpXA6h","match_status":"no_match"}
The KYC endpoint will return a JPEG photo of user's passport in binary format.