---
title: "dispute_evidence.upload_failed"
method: POST
path: "dispute_evidence.upload_failed"
tags: ["Event Types"]
---

# dispute_evidence.upload_failed

`POST dispute_evidence.upload_failed` (webhook)

Occurs when an evidence upload fails for a dispute filed through the Chargebacks API (`/v1/disputes`).

This event is not emitted for Managed Disputes.

## Payload

- object — Dispute evidence.
  - `event_type` 'dispute_evidence.upload_failed', required — The type of event that occurred.
  - `created` string, date-time, required — Timestamp of when dispute evidence was created.
  - `dispute_token` string, uuid, required — Dispute token evidence is attached to.
  - `download_url` string — URL to download evidence. Only shown when `upload_status` is `UPLOADED`.
  - `filename` string — File name of evidence. Recommended to give the dispute evidence a human-readable identifier.
  - `token` string, uuid, required — Globally unique identifier.
  - `upload_status` 'DELETED' | 'ERROR' | 'PENDING' | 'REJECTED' | 'UPLOADED', required — Upload status types: * `DELETED` - Evidence was deleted. * `ERROR` - Evidence upload failed. * `PENDING` - Evidence is pending upload. * `REJECTED` - Evidence was rejected. * `UPLOADED` - Evidence was uploaded.
  - `upload_url` string — URL to upload evidence. Only shown when `upload_status` is `PENDING`.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
