Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 977 Bytes

submit-evidence-response.md

File metadata and controls

42 lines (33 loc) · 977 Bytes

Submit Evidence Response

Defines the fields in a SubmitEvidence response.

Structure

Submit Evidence Response

Fields

Name Type Tags Description
errors List of Error Optional Information about errors encountered during the request.
dispute Dispute Optional Represents a dispute a cardholder initiated with their bank.

Example (as JSON)

{
  "dispute": {
    "amount_money": {
      "amount": 2000,
      "currency": "USD"
    },
    "brand_dispute_id": "100000399240",
    "card_brand": "VISA",
    "created_at": "2018-10-18T16:02:15.313Z",
    "disputed_payments": [
      {
        "payment_id": "2yeBUWJzllJTpmnSqtMRAL19taB"
      }
    ],
    "due_at": "2018-11-01T00:00:00.000Z",
    "id": "EAZoK70gX3fyvibecLwIGB",
    "reason": "NO_KNOWLEDGE",
    "state": "PROCESSING",
    "updated_at": "2018-10-18T16:02:15.313Z"
  }
}