Skip to content

Instantly share code, notes, and snippets.

@R-Peleg
R-Peleg / client.ts
Last active August 11, 2021 07:19
Veriff basic client for nodejs
// Integration with Veriff's API
import axios, {Method} from 'axios';
import {createHmac} from 'crypto';
import express from 'express';
import bodyParser from 'body-parser';
import http from 'http';
type VeriffStartSessionRequest = {
/**