Get dispute by ID
Get a raised dispute by ID.
The unique identifier of the raised dispute.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
The request has succeeded.
arnstringThe unique Acquirer Reference Number (arn) generated by the card scheme for each capture. You can use the
arn
to trace the transaction through its lifecycle.descriptionstringYour description for the dispute.
disputedAmountobjectThe amount for which you dispute the transaction. The disputed amount cannot be greater than the transaction amount. If you do not provide an amount, the entire transaction amount will be disputed.
currencystringThe three-character ISO currency code.
valueintegerThe amount of the transaction, in minor units.
duplicateInfoobjectAdditional information for raising a dispute of
type
duplicate. Required for disputes oftype
duplicate.duplicateTransactionIdstringThe transaction id associated with the duplicate charge for which you are disputing. The disputed transaction must be in the same amount as the duplicate transaction.
sameCardbooleanThe duplicate charge was made on the same card. Possible values: true, false.
sameIssuerbooleanThe issuer associated with each charge is the same. Possible values: true, false.
fraudInfoobjectAdditional information for raising a dispute of
type
fraud. Required for disputes oftype
fraud.cardDoesNotBelongToCardholderbooleanThe card is no longer in the cardholder's possession. Set to true if the card is lost or stolen.
cardWasCounterfeitedbooleanThe card was counterfeited.
descriptionOfIssuestringMax length: 2500Your description of the issue for raising a dispute of
type
fraud.reportOnlybooleanSet to true to report fraud to Adyen with no further action, such as a request for a chargeback or fee reversal. The default value is false.
idstringThe unique identifier of the raised dispute.
notDeliveredInfoobjectAdditional information for raising a dispute of
type
notDelivered. Required for disputes oftype
notDelivered.agreedDeliveryLocationstringMax length: 500The delivery location specified by the cardholder. Required if
deliveredToWrongLocation
is true.dateOfCancellationstringThe date the undelivered goods or services were cancelled in YYYY-MM-DD format.
deliveredToWrongLocationbooleanIndicates goods were delivered to the wrong location.
Possible values: true, false.
descriptionOfIssuestringMax length: 2500Your description of the issue for raising a dispute of
type
notDelivered.didCardholderReturnbooleanIndicates if the cardholder returned the goods to the merchant.
Possible values: true, false.
isDeliveryLatebooleanIndicates if the goods or services were delivered late.
Possible values: true, false.
isMerchantBankruptbooleanIndicates if the transaction was processed by a bankrupt merchant.
Possible values: true, false.
isNonFiatOrNftbooleanIndicates if the transaction is non-fiat or non-fungible token (NFT) related.
Possible values: true, false.
lastExpectedDatestringThe date the undelivered goods or services were expected to be delivered in YYYY-MM-DD format.
whatWasNotDeliveredstringThe type of product that you expected to receive.
Possible values: goods, services.
whoCancelledstringThe party that initiated the cancellation of the transaction.
Possible values: merchant, cardholder.
statusstringThe current status of the dispute.
You can update a dispute to submitted or closed.
Possible values: draft, submitted, closed, won, chargeback, secondPresentment.
transactionIdstringThe unique reference of the transaction for which you are raising the dispute.
typestringThe type of the dispute.
Possible values: notDelivered, fraud, duplicate.