Perform Dispute Action
POST/entities/{entity-id}/disputes/{dispute-id}/{action}
Performs an action on a dispute.
Request
Path Parameters
Entity Id
Dispute Id
Possible values: [ACCEPT
, PARTIAL
, REJECT
]
Action
- application/json
Body
required
Currency
Possible values: >= 3 characters
and <= 3 characters
false
Possible values: <= 100 characters
Possible values: >= 1
Responses
- 201
- 400
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success
, error
]
errors
object
Object describing the error in case such occurred during processing of the request.
Code of the error in case such occurred during processing of the request.
Possible values: <= 11 characters
Description of the error in case such occurred during processing of the request.
Possible values: <= 400 characters
{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "string",
"reason": "string"
}
}
}