Create Reference ID

Reference ID is a unique ID that represent each of the user's process flow in each of the E-KYC

Overview

The user is required to enter the App ID and API Key that will be provided by Veryfy Global Corp upon request for the API testing. By obtaining the Reference ID, the user will have the access to all of the APIs that are approved by Veryfy Global Corp so that the user can call each of the APIs.

Each session only valid for 15minutes. Once expired, user will have to request a new session and start over.

API Method

POST https://onboard.veryfyglobal.com/api/ekyc/start

Headers

Key
Value

Accept

application/json

X-App-Id

<YOUR_APP_ID>

X-Api-Key

<YOUR_API_KEY>

Response Sample

{
    "message": "Ok",
    "data": {
        "reference_id": "ae865285-6bcf-482b-b25e-XXXXXXXXXXXX",
        "session_id": 1,
        "max_retry": 3
    }
}

Last updated