---
title: "dispute-management/challenge"
method: POST
path: "/dispute-management/challenge"
tags: ["Dispute Management Endpoints"]
---

# dispute-management/challenge

`POST /dispute-management/challenge`

This endpoint allows you to challenge a dispute.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Dispute` object — A dispute object
    - `0` object
      - `DisputeID` string — The ID associated with the dispute
      - `DisputeCreatedOn` string — The date and time the dispute was created
      - `DisputeStatus` string — The status of the dispute
      - `DisputeStage` string — The stage of the dispute
      - `DisputeAmount` number — The amount of the dispute
      - `DisputeCurrency` string — The currency of the dispute
      - `DisputeReason` string — The reason for the dispute
      - `DisputeReasonCode` string — The reason code for the dispute
      - `DisputeResult` string — The result of the dispute
      - `DisputeReplyByDate` string — The date and time the dispute is due for a response
      - `DaysLeftToRespond` number — The number of days left to respond to the dispute
      - `DisputeCardDetails` object
        - `DisputeCardBrand` string — The brand of the card used for the dispute
        - `DisputeCardLast4` string — The last 4 digits of the card used for the dispute
        - `AccountHolderName` string — The name of the account holder
      - `TransactionDetails` object
        - `TransactionID` string — The ID associated with the transaction
        - `TransactionAmount` number — The amount of the transaction
        - `TransactionCurrency` string — The currency of the transaction
        - `TransactionDate` string — The date and time of the transaction
      - `DisputeARN` string — The ARN associated with the dispute
      - `LastUpdatedDate` string — The date and time the dispute was last updated
      - `Notes` object — An array of notes associated with the dispute
        - `0` object
          - `Note` string — The note
          - `NoteDate` string — The date and time the note was created
      - `Documents` object — An array of documents associated with the dispute
        - `0` object
          - `DocumentID` string — The ID associated with the document
          - `DocumentType` string — The type of the document

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
