Create JourneyID
JourneyID is a unique ID that represent each of the user's process flow in each of the eKYC
Overview
The user is required to enter the username and password that will be provided by Innov8tif Solutions upon request for the API testing. By obtaining the Journey ID, the user will have the access to all of the APIs that are requested by Innov8tif Solutions so that the user can call each of the APIs.
Steps:
Obtain the username and password from the Innov8tif side.
Check out the API Method and follow the Example by calling the API.
After step 2, the user should obtain the JourneyId. The JourneyId should be used for the rest of one eKYC flow.
After completing the Create JourneyID API, go to the next page.
API Method
To get the JourneyID for the user to assign to the API components
POST
https://ekycportaldemo.innov8tif.com/api/ekyc/journeyid
Request Body
Name | Type | Description |
---|---|---|
username* | string | To be assigned by Innov8tif |
password* | string | To be assigned by Innov8tif |
JourneyID along with the data submitted will be purged after 14 days
Only backend to backend call is supported.
Input Example for Create JourneyId
The credentials are provided by Innov8tif Solutions.
Postman Collection
Last updated