Retrieve List of Disputes
GET/entities/{entity-id}/disputes
Retrieves a list of disputes for entity based on the provided parameters.
Request
Path Parameters
Entity Id
Query Parameters
From Date
To Date
Possible values: [CreateDate, UpdateDate]
Response Date Sort
Retrieve Files
falseOffset
0Size
100Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
disputes
object[]
Id
Possible values: [won, lost, undetermined, resolved]
transaction
object
Transaction
Transactionid
Currency
Possible values: >= 3 characters and <= 3 characters
Possible values: [ACCEPT, PARTIAL, REJECT]
disputeEvents
object[]
Id
status
object
CodeDescription
Currency
Possible values: >= 3 characters and <= 3 characters
disputeReason
object
CodeDescription
rejectReason
object
CodeDescription
files
object[]
Id
Possible values: [Issuer, Acquirer, Scheme]
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{
"totalCount": 0,
"disputes": [
{
"id": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"verdict": "won",
"transaction": {
"id": 0,
"date": "2024-07-29T15:51:28.071Z",
"merchantTransactionId": "string",
"arn": "string",
"amount": 0,
"currency": "string"
},
"paymentOption": "string",
"maskedCardNumber": "string",
"availableActions": [
"ACCEPT"
],
"disputeEvents": [
{
"id": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"status": {
"code": "string",
"description": "string"
},
"disputeAmount": 0,
"rejectAmount": 0,
"currency": "string",
"remarks": "string",
"disputeReason": {
"code": "string",
"description": "string"
},
"rejectReason": {
"code": "string",
"description": "string"
},
"files": [
{
"id": "string",
"name": "string",
"data": "string"
}
],
"initiatedBy": "Issuer"
}
]
}
],
"result": {
"status": "success",
"errors": {
"code": "7000.1000",
"reason": "Internal Processing Error"
}
}
}