Passport
Overview - Passport
The user will need to submit the input (input 4 in the flow chart) to be able to test the API. It will process the input submitted by the user. The purpose of this API is to record the details of each passport for the user.
A list of check types is listed down below:
Landmark Checking(Deprecated)Blurriness Detection
Brightness Detection
Color Detection
Screen Detection
The Centralized OkayDoc API also contains Machine-Readable Zone (MRZ) Visual Consistency Check and MRZ Validity for the Passport in OkayDoc. The MRZ code is standard and strictly regulated to comply with the International Civil Aviation Organization. Therefore, the MRZ checks on Centralized OkayDoc will provide assurance on Passport checking.
The passport MRZ consistency check, validity check, and other related details that contain passport information can be found here.
Steps:
The user will need to re-use the JourneyId and call the Centralized OkayDoc API.
Centralized OkayDoc is often being called in the background after Centralized OkayID is called (in flowchart use case) OR called at the same time when is calling the Centralized OkayFace to reduce the user's step to perform a full EMAS eKYC process flow.
However, this API Method is separated to help with viewing the API component in more detail.
Users can expand the API Method to read the descriptions for further understanding and follow the Example given to correctly call the API. An example is a "Singapore" passport example.
The average processing time takes about 5s to 20s (depending on the number of checks/detections activated)
Please refer to the "Image Requirement" section to get the best result for each API return
API Method
POST
https://ekycportaldemo.innov8tif.com/api/ekyc/okaydoc
Request Body
version*
string
Default version is 3. Details can be checked at https://api2-ekycapis.innov8tif.com/okaydoc/okaydoc-all/supported-documents/passport/versions
fullSizeImage
string
Full-sized passport image in base64
Note: This field is deprecated
halfSizeImage*
string
Half-sized passport image in base64
country*
string
IND - India
SGP - Singapore
IDN - Indonesia
BGD - Bangladesh
MMR - Myanmar
NPL - Nepal
PAK - Pakistan
PHL - Philippines
VNM - Vietnam
Note: Please use "OTHER" as "country" parameter. The countries listed above are deprecated. Other country - OTHER This will return color and screen detection result only.
type*
string
passport
journeyId*
string
Retrieve from 'Create JourneyID' API
Input Example
Please make sure the "version": "X" is the latest version. You may refer to here.
Postman Collection
Get the Postman Collection https://api2-ekycportal.innov8tif.com/emas-ekyc-portal/postman-collection
Last updated