For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dispute Loss

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.

PUT https://stgsecctrl.tutelar.io/api/v1/dispute/merchant-loss/:disputeId

{
   "success": true,
   "code": 200,
   "message": "Merchant Loss this dispute",
   "data": {}
}

Success Response

{
    "success": true,
    "code": 200,
    "message": "Merchant Loss this dispute",
    "data": {}
}

Failure Response

{
    "success": false,
    "code": 300,
    "message": "No data found",
    "data": {}
}
{
    "success": false,
    "code": 300,
    "message": "Already reacted to this dispute",
    "data": {}
}

Last updated