---
title: "Withdraw chargeback request"
method: DELETE
path: "/v1/disputes/{dispute_token}"
tags: ["Chargeback"]
---

# Withdraw chargeback request

`DELETE /v1/disputes/{dispute_token}`

Withdraw chargeback request.

## Path parameters

- `dispute_token` string, uuid, required

## Response `200`

OK

- DisputeV1 — Dispute.
  - `amount` integer, required — Amount under dispute. May be different from the original transaction amount.
  - `arbitration_date` string, date-time, nullable, required — Date dispute entered arbitration.
  - `created` string, date-time, required — Timestamp of when first Dispute was reported.
  - `customer_filed_date` string, date-time, nullable, required — Date that the dispute was filed by the customer making the dispute.
  - `customer_note` string, nullable, required — End customer description of the reason for the dispute.
  - `network_claim_ids` string[], nullable, required — Unique identifiers for the dispute from the network.
  - `network_filed_date` string, date-time, nullable, required — Date that the dispute was submitted to the network.
  - `network_reason_code` string, nullable, required — Network reason code used to file the dispute.
  - `prearbitration_date` string, date-time, nullable, required — Date dispute entered pre-arbitration.
  - `primary_claim_id` string, nullable, required — Unique identifier for the dispute from the network. If there are multiple, this will be the first claim id set by the network
  - `reason` 'ATM_CASH_MISDISPENSE' | 'CANCELLED' | 'DUPLICATED' | 'FRAUD_CARD_NOT_PRESENT' | 'FRAUD_CARD_PRESENT' | 'FRAUD_OTHER' | 'GOODS_SERVICES_NOT_AS_DESCRIBED' | 'GOODS_SERVICES_NOT_RECEIVED' | 'INCORRECT_AMOUNT' | 'MISSING_AUTH' | 'OTHER' | 'PROCESSING_ERROR' | 'RECURRING_TRANSACTION_NOT_CANCELLED' | 'REFUND_NOT_PROCESSED', required — Dispute reason: * `ATM_CASH_MISDISPENSE`: ATM cash misdispense. * `CANCELLED`: Transaction was cancelled by the customer. * `DUPLICATED`: The transaction was a duplicate. * `FRAUD_CARD_NOT_PRESENT`: Fraudulent transaction, card not present. * `FRAUD_CARD_PRESENT`: Fraudulent transaction, card present. * `FRAUD_OTHER`: Fraudulent transaction, other types such as questionable merchant activity. * `GOODS_SERVICES_NOT_AS_DESCRIBED`: The goods or services were not as described. * `GOODS_SERVICES_NOT_RECEIVED`: The goods or services were not received. * `INCORRECT_AMOUNT`: The transaction amount was incorrect. * `MISSING_AUTH`: The transaction was missing authorization. * `OTHER`: Other reason. * `PROCESSING_ERROR`: Processing error. * `REFUND_NOT_PROCESSED`: The refund was not processed. * `RECURRING_TRANSACTION_NOT_CANCELLED`: The recurring transaction was not cancelled.
  - `representment_date` string, date-time, nullable, required — Date the representment was received.
  - `resolution_date` string, date-time, nullable, required — Date that the dispute was resolved.
  - `resolution_note` string, nullable, required — Note by Dispute team on the case resolution.
  - `resolution_reason` 'CASE_LOST' | 'NETWORK_REJECTED' | 'NO_DISPUTE_RIGHTS_3DS' | 'NO_DISPUTE_RIGHTS_BELOW_THRESHOLD' | 'NO_DISPUTE_RIGHTS_CONTACTLESS' | 'NO_DISPUTE_RIGHTS_HYBRID' | 'NO_DISPUTE_RIGHTS_MAX_CHARGEBACKS' | 'NO_DISPUTE_RIGHTS_OTHER' | 'PAST_FILING_DATE' | 'PREARBITRATION_REJECTED' | 'PROCESSOR_REJECTED_OTHER' | 'REFUNDED' | 'REFUNDED_AFTER_CHARGEBACK' | 'WITHDRAWN' | 'WON_ARBITRATION' | 'WON_FIRST_CHARGEBACK' | 'WON_PREARBITRATION' | 'null', nullable, required — Reason for the dispute resolution: * `CASE_LOST`: This case was lost at final arbitration. * `NETWORK_REJECTED`: Network rejected. * `NO_DISPUTE_RIGHTS_3DS`: No dispute rights, 3DS. * `NO_DISPUTE_RIGHTS_BELOW_THRESHOLD`: No dispute rights, below threshold. * `NO_DISPUTE_RIGHTS_CONTACTLESS`: No dispute rights, contactless. * `NO_DISPUTE_RIGHTS_HYBRID`: No dispute rights, hybrid. * `NO_DISPUTE_RIGHTS_MAX_CHARGEBACKS`: No dispute rights, max chargebacks. * `NO_DISPUTE_RIGHTS_OTHER`: No dispute rights, other. * `PAST_FILING_DATE`: Past filing date. * `PREARBITRATION_REJECTED`: Prearbitration rejected. * `PROCESSOR_REJECTED_OTHER`: Processor rejected, other. * `REFUNDED`: Refunded. * `REFUNDED_AFTER_CHARGEBACK`: Refunded after chargeback. * `WITHDRAWN`: Withdrawn. * `WON_ARBITRATION`: Won arbitration. * `WON_FIRST_CHARGEBACK`: Won first chargeback. * `WON_PREARBITRATION`: Won prearbitration.
  - `status` 'ARBITRATION' | 'CASE_CLOSED' | 'CASE_WON' | 'NEW' | 'PENDING_CUSTOMER' | 'PREARBITRATION' | 'REPRESENTMENT' | 'SUBMITTED', required — Status types: * `NEW` - New dispute case is opened. * `PENDING_CUSTOMER` - Lithic is waiting for customer to provide more information. * `SUBMITTED` - Dispute is submitted to the card network. * `REPRESENTMENT` - Case has entered second presentment. * `PREARBITRATION` - Case has entered prearbitration. * `ARBITRATION` - Case has entered arbitration. * `CASE_WON` - Case was won and credit will be issued. * `CASE_CLOSED` - Case was lost or withdrawn.
  - `token` string, uuid, required — Globally unique identifier.
  - `transaction_token` string, uuid, required — The transaction that is being disputed. A transaction can only be disputed once but may have multiple dispute cases.

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — | | | |---|---| | User has not been authenticated | Invalid or missing API key | | API key is not active | The API key used is no longer active | | Could not find API key | The API key provided is not associated with any user | | Please provide API key in Authorization header | The Authorization header is not in the request | | Please provide API key in the form Authorization: [api-key] | The Authorization header is not formatted properly | | Insufficient privileges. Issuing API key required | Write access requires an Issuing API key. Reach out at [lithic.com/contact](https://lithic.com/contact) | | Insufficient privileges to create virtual cards. | Creating virtual cards requires an additional privilege | Reach out at [lithic.com/contact](https://lithic.com/contact) |
- `404` — The specified resource was not found.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

---

[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)
