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

Dispute Reopen

After evaluating the case if the client missed any verification in the process reopen of the dispute is possible ,This is applicable for both bank verification and client cross verification.

PUT https://stgsecctrl.tutelar.io/api/v2/dispute/reopen/:disputeId

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

{
   "success": true,
   "code": 200,
   "message": "Dispute reopened to level_1",
   "data": {}
}
{
   "success": true,
   "code": 200,
   "message": "Dispute reopened to level_2",
   "data": {}
}
{
   "success": true,
   "code": 200,
   "message": "Dispute reopened to level_3",
   "data": {}
}

Post Parameters:

Post Parameter
Type
Is Mandatory
Description

dueDate

Date

Yes

If you send the due date in parameter we proceed with the given due date otherwise we proceed based on your configuration settings.

level

String

Yes

When dispute raised what kind of level like level_1 ,level_2, level_3

comments

String

Yes

Short description

Success Response

Sample POST Parameters,

Success response 1,

Sample POST Parameters,

Success response 2,

Sample POST Parameters,

Success response 3,

Failure Response

Last updated