Complete Journey API
An API endpoint using the POST method can be utilized to update the JourneyID's status as completed. It is designed to finalize a Journey ID to prevent further changes.
API Method
To update the JourneyID's status as completed
POST
https://ekycportaldemo.innov8tif.com/api/ekyc/complete
Request Body
Name
Type
Description
journeyID*
string
Retrieve from 'Create JourneyID' API
{
"status": "success",
"messageCode": null,
"message": null,
"completeDateTime": 1680775433552
}
Input Example
{
"journeyId":"584c7dfb-XXXX-XXXX-XXXX-b324ccaad308"
}
Important Information
For Complete Journey API to work correctly, all enabled eKYC steps (i.e. OkayID, OkayDoc etc.) for the user must be completed first. Otherwise it will return an INCOMPLETE_JOURNEY
error.
Last updated
Was this helpful?