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

Dispute Won

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.

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

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

Success Response

{
    "success": true,
    "code": 200,
    "message": "Merchant Won 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