The dispute object

{
  "id": "r5asl6umgaj3k47ixztdfka1",
  "object": "dispute",
  "amount": "20.00",
  "amountWon": "0.00",
  "currency": "USD",
  "settlementAmount": "20.00",
  "settlementCurrency": "USD",
  "disputeFee": "35.00",
  "paymentId": "lzfu2yd6gwrtoo9tf6jpzla8",
  "balanceChangeId": "a16609a00d5943aab4408b9b",
  "wonBalanceChangeId": "ac65b4bdcafc4a7a86817f49",
  "meta": {},
  "closed": false,
  "status": "processing",
  "created": "2015-10-28T22:55:32.000Z",
  "lastUpdated": "2015-10-29T22:55:32.000Z"
}
id string
The unique identifier for the dispute
object string, value is "dispute"
amount string
The amount of the dispute
amountWon string
The amount of the dispute that has been won, if any
currency string
The currency of the dispute
settlementAmount string
The settlement amount of the dispute. Used when the payment involves currency conversion.
settlementCurrency string
The settlement currency of the dispute. Used when the payment involves currency conversion.
disputeFee string
The amount of the dispute fee.
paymentId string
The id of the payment associated with the dispute.
balanceChangeId string
The id of the balance change object created when a dispute is received.
wonBalanceChangeId string
The id of the balance change object created when a dispute is won.
meta meta object
Optional key/values that help to link the dispute to an external system.
closed boolean
Is the dispute closed.
status string, possible values: created, processing, acceptingEvidence, underReview, won, lost

created
The dispute has been created.

processing
The dispute is currently being processed.

acceptingEvidence
The dispute is open and is currently accepting evidence.

underReview
The dispute is being reviewed and is pending a decision.

won
The dispute has been won by the merchant and the funds will be made available to the merchant.

lost
The dispute has been lost by the merchant and the funds will be made available to the consumer.
created datestring
The date the dispute was created.
lastUpdated datestring
The date the dispute was last updated.