After evaluating the case, the client may modify the disputes verdict to won if the acquirer bank's agreement pertains to a valid billing or the delivery of products Also the client can change the verdict to won if the transaction details provided is legit by the merchant.
200: Success Response 422 : Unprocessable Entity 401: Unauthorized access 404 : Request not found 500: Internal Server Error
Copy {
"success" : true ,
"code" : 200 ,
"message" : "Merchant Won 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" : "Unauthorized access" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "Request not found" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "Something went wrong" ,
"data" : {}
}
Copy {
"success" : true ,
"code" : 200 ,
"message" : "Merchant Won this dispute" ,
"data" : {}
}
Copy {
"success" : false ,
"code" : 300 ,
"message" : "No data found" ,
"data" : {}
}
{
"success" : false ,
"code" : 300 ,
"message" : "Already reacted to this dispute" ,
"data" : {}
}