{
    "status": 200,
    "data": {
        "message": "An OTP/Link and PIN Security Code are required by the institution to login",
        "method": "POST",
        "api": "/v2/data/auth/ovo/otp",   
        "job_id": "KVWJUrwQ78333309",
        "username": "username",
        "ref_id": "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "device_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
    },
    "metadata":{
        "source": "{{API/Widget/Dashboard/SDK/Portal}}", 
        "entity": "Auth"         
   },
   "error": null 
}
{
  "status": 400,
  "data": null,
  "error": {
    "method": "POST",
    "api": "/v2/data/auth/ovo/otp",
    "job_id": "Io7m2xcB90373564",
    "code": "wrong_parameters_in_request",
    "message": "Please use correct Username in the request body",
    "action": "End-user's should use OVO registered mobile number",
    "reason": "Username is not correct in the request body"
  },
  "metadata": {
    "entity": "AUTH",
    "source": "API"
  }
}

Response Parameters

Key ParametersData TypeDescription
statusIntResponse status code
data-messageStringMessage to inform the user
data-methodStringRequest method information
data-apiStringEndpoint source information
data-job_idStringUnique Id for request, It will help to map callback response
data-usernameStringEnd-user's OVO registered mobile number
data-ref_idStringRequest identification of the request
data-device_idStringDevice identification of the request