This endpoint can be used to refresh the session of an institution with MFA by sending a new OTP to the end-user. Currently, E-Wallet can use this customization.

{
    "status": 200,
     "data": {
        "message": "Please open the link sent to your phone number and click submit button in this page to continue the process",
        "method": "POST",
        "api": "/v2/data/account/detail",   
        "job_id": "KVWJUrwQ78333309",  
        "session_id": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxx",
        "request_id": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
        "token": null,
        "duration": 500000,
    },
    "metadata":{
        "source": {{API/Widget/Dashboard/SDK/Portal}}, 
        "entity": "Data"         
   },
   "error": null 
}

Response Parameters

Key ParametersData TypeDescription
data-methodStringRequest method information
data-apiStringEndpoint information
data-job_idStringUnique Id for request, It will help to map callback response
data-session_idStringUnique session id that generated after successful connection
data-request_idStringRequest identification of that request
data-tokenStringOTP from the end-user
data-durationIntDuration of the OTP before it expired