Defines the fields in a SubmitEvidence
response.
SubmitEvidenceResponse
Name | Type | Tags | Description |
---|---|---|---|
errors |
Error[] | undefined |
Optional | Information about errors encountered during the request. |
dispute |
Dispute | undefined |
Optional | Represents a dispute a cardholder initiated with their bank. |
{
"dispute": {
"amount_money": {
"amount": 4350,
"currency": "USD"
},
"brand_dispute_id": "100000399240",
"card_brand": "VISA",
"created_at": "2022-05-18T16:02:15.313Z",
"disputed_payment": {
"payment_id": "2yeBUWJzllJTpmnSqtMRAL19taB"
},
"due_at": "2022-06-01T00:00:00.000Z",
"id": "EAZoK70gX3fyvibecLwIGB",
"location_id": "LSY8XKGSMMX94",
"reason": "CUSTOMER_REQUESTS_CREDIT",
"reported_at": "2022-05-18T00:00:00.000Z",
"state": "PROCESSING",
"updated_at": "2022-05-18T16:02:15.313Z",
"version": 4
}
}