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.
API Method
POST https://onboard.veryfyglobal.com/api/ekyc/start
Headers
HeadersKey
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
}
}{
"code": 400,
"message": "Invalid credentials.",
"message_code": "400.001.001"
}{
"code": 401,
"message": "Invalid API key."
}{
"code": 500,
"message": "Something went wrong. Please try again."
}Last updated