Voltar para Admin Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

path: "/admin/disputes/{disputeId}/resolution"
method: "POST"
httpCodes:
success: 200
conflict: 409
notFound: 404
forbidden: 403
validation: 400
unauthorized: 401

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"disputeId"
3"resolution_type"
4"resolution_notes"
properties:
userId:
authToken:
disputeId:
notifyParties:
resolution_type:
resolution_notes:
resolution_actions:
resolution_currency:
resolution_refundAmount:

Outputs (7)

conflictERROR

HTTP 409 - conflict

type: "object"
properties:
code:
message:
httpStatus:
errorERROR

Resposta de erro

type: "object"
properties:
code:
details:
message:
requestId:
httpStatus:
forbiddenERROR

HTTP 403 - forbidden

type: "object"
properties:
code:
message:
httpStatus:
notFoundERROR

HTTP 404 - notFound

type: "object"
properties:
code:
message:
httpStatus:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data_resolved"
2"data_disputeId"
3"data_status"
4"data_resolution"
5"meta_rateLimit"
properties:
success:
data_status:
data_resolved:
data_disputeId:
meta_rateLimit:
meta_requestId:
data_resolution:
unauthorizedERROR

HTTP 401 - unauthorized

type: "object"
properties:
code:
message:
httpStatus:
validationERROR

HTTP 400 - validation

type: "object"
properties:
code:
message:
httpStatus: