💡
Innov8tif EMAS eKYC
  • 🤔What is EMAS eKYC?
  • EMAS eKYC Portal
    • Create JourneyID
    • Centralized OkayID
      • Supported Document Type
        • Brunei
          • Sample API Response
          • Field Type Reference
        • Cambodia
          • Sample API Response
          • Field Type Reference
        • China
          • Sample API Response
          • Field Type Reference
        • Hong Kong
          • Sample API Response
          • Field Type Reference
        • Indonesia
          • Sample API Response
          • Field Type Reference
        • Malaysia
          • Sample API Response
          • Field Type Reference
        • Myanmar
          • Sample API Response
          • Field Type Reference
        • Philippines
          • Sample API Response
          • Field Type Reference
        • Singapore
          • Sample API Response
          • Field Type Reference
        • Thailand
          • Sample API Response
          • Field Type Reference
        • United Arab Emirates
          • Sample API Response
          • Field Type Reference
        • Vietnam
          • Sample API Response
          • Field Type Reference
        • Passport
          • Sample API Response
          • Field Type Reference
      • Additional OkayID Information
        • Master Field Type Lists
        • MRZ-Visual FieldType on Nationality
        • Country Name (ISO3166 standard)
        • Base64 images returned by OkayID
        • Malaysia Visa
    • Centralized OkayFace
      • Version 2 (Blacklist Face Search)
      • Version 1
      • Interpretation of Result and Recommended Threshold
    • Centralized OkayLive
      • Interpretation of Result and Recommended Threshold
    • Centralized OkayDoc
      • Passport
      • Non-passport
        • Sample Input
        • Document Type and Version
      • Image Reference (Download)
    • Scorecard
      • Get Scorecard Result
      • Get Scorecard Config
    • Get eKYC Details
    • Manual Verification
      • Complete Journey API
      • Get the result of manual verification API
    • Supported Document Lists for OkayID & OkayDoc
    • Postman Collection
    • Error List
    • Change Log
      • EMAS eKYC Portal Change Log
      • EMAS eKYC APIs Change Log
    • Image Requirement
      • OkayID
      • OkayFace
      • OkayLive
      • OkayDoc
    • List of Checkings & Rules
      • List of supported documents and checkings
      • Passport
      • OkayDoc Document Checking Types
        • Brunei
          • BN - Domestic ID Card
          • BN - Permanent ID Card
        • Malaysia
          • MyKad
          • MyKas
          • MyPR
          • MyTentera
          • Driving License
          • MyOKU
          • MyKid
        • Cambodia
          • KH - ID Card
        • China
          • China ID
        • Hong Kong
          • Hong Kong ID
        • Indonesia
          • IDN - e-KTP
        • Myanmar
          • Driving License
        • Philippines
          • National ID(PhilSys)
          • Driving License
          • SSS (Social Security System)
          • UMID
          • Voter ID
          • Postal ID
          • PRC Professional ID Card
        • Singapore
          • NRIC
        • Thailand
          • ID Card
        • United Arab Emirates
          • ID Card
        • Vietnam
          • New ID Card
          • Old ID Card
    • FAQ
  • Individual API Components
    • OkayID
    • OkayID-Lite
    • OkayLive
    • OkayLive++
    • OkayFace
    • OkayFace Search
    • OkayDoc
    • OkayDB
    • OkayCam SDK
    • Web eKYC
    • Other APIs
    • IDV Mobile Demo App
Powered by GitBook
On this page
  • Overview
  • API Method
  • To get the JourneyID for the user to assign to the API components
  • Input Example for Create JourneyId

Was this helpful?

  1. EMAS eKYC Portal

Create JourneyID

JourneyID is a unique ID that represent each of the user's process flow in each of the eKYC

PreviousEMAS eKYC PortalNextCentralized OkayID

Last updated 1 year ago

Was this helpful?

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:

  1. Obtain the username and password from the Innov8tif side.

  2. Check out the and follow the by calling the API.

  3. After step 2, the user should obtain the JourneyId. The JourneyId should be used for the rest of one eKYC flow.

  4. After completing the Create JourneyID API, go to the next .

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

Response Code Block
{
    "status": "success",
    "message": "api.success",
    "journeyId": "7851b4e3-df09-4ab6-8091-xxxxxxxxxxx"
}
{
    "status": "error"
}
{
    "status": "Internal Server Error"
}

JourneyID along with the data submitted will be purged after 14 days

Only backend to backend call is supported.

Input Example for Create JourneyId

Request Code Block
{
    "username":"userabc123",
    "password":"%$aBc1293"
}

The credentials are provided by Innov8tif Solutions.

Postman Collection

page
API Method
Example
1KB
EMAS eKYC_Portal-PostmanCollection.rar