Transaction List API - Async Response for POST MFA

This endpoint can be used to refresh the session of the 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/transaction/list",   
        "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 Parameters

Data Type

Description

data-method

String

Request method information

data-api

String

Endpoint information

data-job_id

String

Unique Id for request, It will help to map callback response

data-session_id

String

Unique session id that generated after successful connection

data-request_id

String

Request identification of that request

data-token

String

OTP from the end-user

data-duration

Int

Duration of the OTP before it expired