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
falsePossible 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
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
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
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success, error]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Id
result
object
required
Status of the request: success | error
Possible values: [success, error]
errors
object
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
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
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
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
If an error occurred on the request side, an error code is returned in this parameter.
If an error occurred on the request side, an error code is returned in this parameter.
Possible values: <= 11 characters
7000.1000If an error occurred on the request side, then an error reason is returned in this parameter.
Possible values: <= 400 characters
Internal Processing Error{
"disputeEventId": "string",
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}