Get eKYC Details
To retrieve eKYC details ( OkayID, OkayLive, OkayFace, OkayDoc, Scorecard) for a journey
Last updated
Was this helpful?
To retrieve eKYC details ( OkayID, OkayLive, OkayFace, OkayDoc, Scorecard) for a journey
Last updated
Was this helpful?
The user is required to enter the username and password under the API Header provided by Innov8tif Solutions.
GET
https://ekycportaldemo.innov8tif.com/api/ekyc/details/{journeyId}
Authorization*
Basic base64(USERNAME:PASSSWORD)
e.g. dGVzdGVyOnRlc3QxMjM0 Get the USERNAME and PASSWORD from Innov8tif Solutions encode base64 with the USERNAME and USERNAME
To decrypt the response
Online tool:
Decrypt value from result in JSON response using algorithm AES 128
· Initialization Vector (IV) = byte array of key that provided by Innov8tif Solutionss
· Cipher= AES/CBC/PKCS5PADDING
status
Indicate API status. Values can be Success or Error.
message
Status message if the status is an error.
INVALID_AUTH_HEADER– invalid authentication header.
WRONG_CREDENTIAL – invalid username or password.
INVALID_JOURNEY_ID – invalid journeyId
AUTHORIZATION_ERROR – authorization error: when journeyId doesn’t belong to the requested username/password
ERROR_NO_PERMISSION – indicate control ‘Allow journey deletion via API’ is disabled ( in IDV module for each account)