After evaluating the case ,the client can modify the disputes verdict to loss if the acquirer banks disagree with details also the client can change the verdict to loss if the transaction details failed in the cross verification by the client.
200: Success Response 422: Unprocessable Entity 404: Request not found 401: Unauthorized access 500: Internal Server Error
Copy {
"success" : true ,
"code" : 200 ,
"message" : "Merchant Loss this dispute" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "No data found" ,
"data" : {}
}
{
"success" : false ,
"code" : 300 ,
"message" : "Already reacted to this dispute" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "Request not found" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "Unauthorized access" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "Something went wrong" ,
"data" : {}
}
Copy {
"success" : true ,
"code" : 200 ,
"message" : "Merchant Loss this dispute" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "No data found" ,
"data" : {}
}
{
"success" : false ,
"code" : 300 ,
"message" : "Already reacted to this dispute" ,
"data" : {}
}