1.0.6 • Published 10 months ago

hyperverge-photo-verification v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Getting Started with Create React App

npm i hyperverge-photo-verification

Render verification button

  <HypervergePhotoVerification
      bvnNumber={exampleBvnNumber}
      accessToken={accessToken}
      workflowId={hypervergeBvnWorkflow}
      transactionId={transactionId}
    />

Generate accessToken

The accessToken is gotten by making a post request to https://auth.hyperverge.co/login with the appId and appKey 
e.g 
curl --location 'https://auth.hyperverge.co/login' \ 
--header 'Content-Type: application/json' \ 
--data '{ 
    "appId": "appId, 
    "appKey": appKey 
}' 

exampleBvnNumber

This should be a valid BVN to be verified

Workflow ID

This should be gotten from the Hyperverge dashboard

Transaction ID

A unique identify of the current transaction

1.0.6

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago