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/v2/dispute/merchant-loss/:disputeId

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

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

Success Response

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

Failure Response

Last updated