| Code |
int |
Result code |
| IsSuccess |
boolean |
Defines whether the service call was processed successfully or not |
| Key |
string |
Result key ("Success", "Error", etc.) |
| Message |
string |
Result message - on failure the reason, for example 'Dispute not found.' |
| Disputes - array of dispute objects, soonest ActionDueUtc first |
| Id |
int |
The dispute id on the platform - use it for GetDispute, GetDisputeEvents, UploadEvidence and PostRecommendation |
| ProviderKey |
string |
The dispute key at the card processor |
| TransactionId |
int |
The platform transaction the dispute was raised against, when it was matched. Null when unmatched |
| ChargeKey |
string |
The processor charge key. Several disputes can share one charge - they are the same case at different stages |
| Arn |
string |
Acquirer Reference Number of the disputed charge |
| Network |
string |
visa, mastercard |
| Stage |
string |
Where the case is in the scheme lifecycle: chargeback, chargebackResponse, preArbitration, preArbitrationResponse, arbitration, rapidDisputeResolution, collaboration, collaborationResponse, requestForInformation |
| Status |
string |
received, evidenceSubmitted, evidenceRejected, defenseInitiated, defenseFailed, acceptanceInitiated, acceptanceFailed, awaitingResponse, closedWon, closedLost, closedAccepted, closedExpired, reversed, withdrawn |
| IsOpen |
boolean |
True while the card network has not closed the dispute |
| ReasonCode |
string |
The scheme reason code (for example 10.4, 4853) |
| ReasonCategory |
string |
Fraud, Authorization, Processing Error, Cardholder Disputes |
| ReasonDescription |
string |
The reason code in plain words |
| Amount |
decimal |
The disputed amount in major units of Currency (12.50) |
| Currency |
string |
ISO currency code of the disputed amount |
| DisputeDateUtc |
string |
ISO-8601 UTC. When the network raised the dispute |
| ActionDueUtc |
string |
ISO-8601 UTC. The card scheme's deadline for the current stage. A dispute that passes it without a response closes as lost - surface it prominently |
| NeedsMerchantAction |
boolean |
True while you can still add evidence or a recommendation |
| Headline |
string |
What the dispute needs from you, in plain words |
| WhatWeNeed |
string |
The specific ask (documents, a decision), or null |
| TicketId |
int |
The support ticket that is this dispute's workspace. Evidence, your recommendation and our decision all live on it - read it with Support.svc/GetTicket |
| TicketNumber |
string |
The ticket's display number |
| CreatedUtc |
string |
ISO-8601 UTC. When the platform first recorded the dispute |