{
"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 Parameters | Data Type | Description |
---|---|---|
status | Int | Response status code |
data-message | String | Message to inform the user |
data-method | String | Request method information |
data-api | String | Endpoint source information |
data-job_id | String | Unique Id for request, It will help to map callback response |
data-username | String | End-user's OVO registered mobile number |
data-ref_id | String | Request identification of the request |
data-device_id | String | Device identification of the request |