{"title":"Manage disputes","category":"default","creationDate":1776961628,"content":"<p>When a dispute has a status of <span translate=\"no\"><strong>draft<\/strong><\/span>, you can edit the information associated with the dispute, and change the status of the dispute to <span translate=\"no\"><strong>submitted<\/strong><\/span> or <span translate=\"no\"><strong>closed<\/strong><\/span>. You can also <a href=\"\/pt\/issuing\/raise-disputes\/attach-supporting-information\">provide supporting information as attachments<\/a> for the dispute.<\/p>\n<h2>Requirements<\/h2>\n<p>Before you begin, take into account the requirements, limitations, and preparations described under <a href=\"\/pt\/issuing\/raise-disputes#requirements\">Raise disputes<\/a>.<\/p>\n<h2>Edit dispute information<\/h2>\n<p>To update information in your dispute, make a PATCH  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/disputes\/{id}<\/a> request, specifying the dispute  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)#path-id\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">id<\/a> as a path parameter, and supplying updated information in the following request parameters.<\/p>\n<p>You do not have to provide the complete dispute object in your PATCH request.<\/p>\n\n<div id=\"tabBpvaQ\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;duplicate&quot;,&quot;content&quot;:&quot;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-duplicateInfo-PatchableDuplicateInfo\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;duplicateInfo&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;object&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The object containing additional information for raising a dispute of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;duplicate&lt;\\\/strong&gt;&lt;\\\/span&gt;. Required for disputes of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;duplicate&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-duplicateInfo-PatchableDuplicateInfo-duplicateTransactionId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;duplicateInfo.duplicateTransactionId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The 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.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-duplicateInfo-PatchableDuplicateInfo-sameCard\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;duplicateInfo.sameCard&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The duplicate charge was made on the same card. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-duplicateInfo-PatchableDuplicateInfo-sameIssuer\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;duplicateInfo.sameIssuer&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The issuer associated with each charge is the same. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;duplicate_0_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;fraud&quot;,&quot;content&quot;:&quot;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-fraudInfo-PatchableFraudInfo\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;fraudInfo&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;object&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The object containing additional information for raising a dispute of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;fraud&lt;\\\/strong&gt;&lt;\\\/span&gt;. Required for disputes of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;fraud&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-fraudInfo-PatchableFraudInfo-cardDoesNotBelongToCardholder\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;fraudInfo.cardDoesNotBelongToCardholder&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The card is no longer in the cardholder&#039;s possession. Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt; if the card is lost or stolen. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-fraudInfo-PatchableFraudInfo-cardWasCounterfeited\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;fraudInfo.cardWasCounterfeited&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The card was counterfeited. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-fraudInfo-PatchableFraudInfo-descriptionOfIssue\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;fraudInfo.descriptionOfIssue&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Your description of the issue for raising a dispute of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;fraud&lt;\\\/strong&gt;&lt;\\\/span&gt;. Maximum length: 2500 characters.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-fraudInfo-PatchableFraudInfo-reportOnly\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;fraudInfo.reportOnly&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt; to instruct Adyen to submit a report of fraud dispute with no further action, such as a request for a chargeback or fee reversal. The default value is &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-status\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;status&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The status of the dispute. You can update the status of a raised dispute from &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;draft&lt;\\\/strong&gt;&lt;\\\/span&gt; to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;submitted&lt;\\\/strong&gt;&lt;\\\/span&gt; or &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;closed&lt;\\\/strong&gt;&lt;\\\/span&gt;. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;submitted&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;closed&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;fraud_1_2&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;notDelivered&quot;,&quot;content&quot;:&quot;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;object&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The object containing additional information for raising a dispute of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;notDelivered&lt;\\\/strong&gt;&lt;\\\/span&gt;. Required for disputes of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;notDelivered&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-agreedDeliveryLocation\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.agreedDeliveryLocation&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The delivery location specified by the cardholder. Required if the value of the &lt;code&gt;deliveredToWrongLocation&lt;\\\/code&gt; parameter is &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;. Maximum length: 500 characters.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-dateOfCancellation\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.dateOfCancellation&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;If the cardholder was charged for goods or services that they cancelled: the date in &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;YYYY-MM-DD&lt;\\\/strong&gt;&lt;\\\/span&gt; format when the undelivered goods or services were cancelled.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-deliveredToWrongLocation\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.deliveredToWrongLocation&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Indicates goods were delivered to the wrong location. If the value of this parameter is &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, the &lt;code&gt;agreedDeliveryLocation&lt;\\\/code&gt; parameter is required. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-descriptionOfIssue\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.descriptionOfIssue&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Your description of the issue for raising a dispute of &lt;code&gt;type&lt;\\\/code&gt; &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;notDelivered&lt;\\\/strong&gt;&lt;\\\/span&gt;. Maximum length: 2500 characters.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-didCardholderReturn\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.didCardholderReturn&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Indicates if the cardholder returned the goods to the merchant. This paramter is required if the value of the &lt;code&gt;isDeliveryLate&lt;\\\/code&gt; parameter is &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-isDeliveryLate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.isDeliveryLate&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Indicates if the goods or services were delivered late. If the value of this paramter is &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, the &lt;code&gt;didCardholderReturn&lt;\\\/code&gt; parameter is required. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-isMerchantBankrupt\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.isMerchantBankrupt&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Indicates if the transaction was processed by a bankrupt merchant. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-isNonFiatOrNft\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.isNonFiatOrNft&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;boolean&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Indicates if the transaction is non-fiat or non-fungible token (NFT) related. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;true&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;false&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-lastExpectedDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.lastExpectedDate&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The date the merchandise or service was expected to be delivered in &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;YYYY-MM-DD&lt;\\\/strong&gt;&lt;\\\/span&gt; format.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-whatWasNotDelivered\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.whatWasNotDelivered&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The type of product that you expected to receive. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;goods&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;services&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-notDeliveredInfo-PatchableNotDeliveredInfo-whoCancelled\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;notDeliveredInfo.whoCancelled&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The party that initiated the cancellation of the transaction. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;merchant&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;cardholder&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers-api\\\/latest\\\/patch\\\/disputes\\\/(id)#request-status\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;status&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;string&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The status of the dispute. You can update the status of a raised dispute from &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;draft&lt;\\\/strong&gt;&lt;\\\/span&gt; to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;submitted&lt;\\\/strong&gt;&lt;\\\/span&gt; or &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;closed&lt;\\\/strong&gt;&lt;\\\/span&gt;. Possible values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;submitted&lt;\\\/strong&gt;&lt;\\\/span&gt;, &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;closed&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;notdelivered_2_3&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='false'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>Submit a dispute<\/h2>\n<ol>\n<li>\n<p>Make a PATCH  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/disputes\/{id}<\/a> request, specifying the dispute  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)#path-id\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">id<\/a> as a path parameter, and include  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)#request-status\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">status<\/a> with a value of <span translate=\"no\"><strong>submitted<\/strong><\/span> as a request parameter.<\/p>\n<div data-component-wrapper=\"code-sample\">\n<code-sample :title=\"'Change the status of a dispute to submitted'\" :id=\"'update-dispute-submitted-status-request'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-test.adyen.com\\\/btl\\\/api\\\/v4\\\/disputes\\\/4VXM2M64Q6OL1111 \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X PATCH  \\\\\\n-d '{ \\n       \\&quot;status\\&quot;: \\&quot;submitted\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>A successful response includes the dispute object, with an updated status of <span translate=\"no\"><strong>submitted<\/strong><\/span>. Adyen also sends your system a  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/dispute-webhooks\/latest\/post\/balancePlatform.dispute.updated\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.dispute.updated<\/a> webhook with the updated status.<\/p>\n<div data-component-wrapper=\"code-sample\">\n<code-sample :title=\"'Dispute webhook with a status of submitted'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"MyBalancePlatform\\\",\\n    \\\"id\\\": \\\"4VXM2M64Q6OL1111\\\",\\n    \\\"description\\\": \\\"MyCompanyReference-456-555543-0009\\\",\\n    \\\"disputedAmount\\\": {\\n      \\\"currency\\\": \\\"USD\\\",\\n      \\\"value\\\": 12500\\n    },\\n    \\\"type\\\": \\\"notDelivered\\\",\\n    \\\"transactionId\\\": \\\"EVJN42BZX224223N5LJ3ZHP4N11111USD\\\",\\n    \\\"status\\\": \\\"submitted\\\",\\n    \\\"arn\\\": \\\"74987504296002007652011\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.dispute.updated\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<\/li>\n<li>\n<p>Notify the cardholder that their dispute has been submitted.<\/p>\n<\/li>\n<\/ol>\n<h2>Close a dispute<\/h2>\n<p>You can change the status of a dispute to <span translate=\"no\"><strong>closed<\/strong><\/span> when you no longer intend to submit the dispute. You can only close a dispute whose status is <span translate=\"no\"><strong>draft<\/strong><\/span>.<\/p>\n<p>After you close a dispute, you cannot edit, submit, or reopen that dispute.<\/p>\n<ol>\n<li>\n<p>Make a PATCH  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/disputes\/{id}<\/a> request, specifying the dispute  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)#path-id\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">id<\/a> as a path parameter, and include  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers-api\/latest\/patch\/disputes\/(id)#request-status\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">status<\/a> with a value of <span translate=\"no\"><strong>closed<\/strong><\/span> as a request parameter.<\/p>\n<div data-component-wrapper=\"code-sample\">\n<code-sample :title=\"'Change the status of a dispute to closed'\" :id=\"'update-dispute-closed-status-request'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-test.adyen.com\\\/btl\\\/api\\\/v4\\\/disputes\\\/5UTH6M64Q6OL0076 \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X PATCH  \\\\\\n-d '{ \\n       \\&quot;status\\&quot;: \\&quot;closed\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<\/li>\n<li>\n<p>A successful response includes the dispute object, with an updated status of <span translate=\"no\"><strong>closed<\/strong><\/span>. Adyen also sends your system a  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/dispute-webhooks\/latest\/post\/balancePlatform.dispute.updated\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.dispute.updated<\/a> webhook with the updated status.<\/p>\n<div data-component-wrapper=\"code-sample\">\n<code-sample :title=\"'Dispute webhook with a status of closed'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"MyBalancePlatform\\\",\\n    \\\"id\\\": \\\"4VXM2M64Q6OL1111\\\",\\n    \\\"description\\\": \\\"MyCompanyReference-456-555543-0009\\\",\\n    \\\"disputedAmount\\\": {\\n      \\\"currency\\\": \\\"USD\\\",\\n      \\\"value\\\": 12500\\n    },\\n    \\\"type\\\": \\\"notDelivered\\\",\\n    \\\"transactionId\\\": \\\"EVJN42BZX224223N5LJ3ZHP4N11111USD\\\",\\n    \\\"status\\\": \\\"closed\\\",\\n    \\\"arn\\\": \\\"74987504296002007652011\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.dispute.updated\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<\/li>\n<li>\n<p>Notify your cardholder that they have successfully closed their dispute.<\/p>\n<\/li>\n<\/ol>\n<h2 id=\"see-also\">See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/issuing\/raise-disputes#lifecycle-of-a-raised-dispute\"\n                        target=\"_self\"\n                        >\n                    Lifecycle of a raised dispute\n                <\/a><\/li><li><a href=\"\/issuing\/raise-disputes#associating-ids-throughout-the-dispute-lifecycle\"\n                        target=\"_self\"\n                        >\n                    Associating IDs throughout the dispute lifecycle\n                <\/a><\/li><li><a href=\"\/issuing\/raise-disputes\/attach-supporting-information\"\n                        target=\"_self\"\n                        >\n                    Upload and manage attachments\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/issuing\/raise-disputes\/manage-disputes","articleFields":{"description":"Edit information about a dispute, and submit or close a raised dispute.","parameters":{"directoryPath":"\/issuing"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/issuing\/raise-disputes\/manage-disputes","title":"Manage disputes","content":"When a dispute has a status of draft, you can edit the information associated with the dispute, and change the status of the dispute to submitted or closed. You can also provide supporting information as attachments for the dispute.\nRequirements\nBefore you begin, take into account the requirements, limitations, and preparations described under Raise disputes.\nEdit dispute information\nTo update information in your dispute, make a PATCH  \/disputes\/{id} request, specifying the dispute  id as a path parameter, and supplying updated information in the following request parameters.\nYou do not have to provide the complete dispute object in your PATCH request.\n\n\n    \n        \n        \n    \n\n\nSubmit a dispute\n\n\nMake a PATCH  \/disputes\/{id} request, specifying the dispute  id as a path parameter, and include  status with a value of submitted as a request parameter.\n\n\n\nA successful response includes the dispute object, with an updated status of submitted. Adyen also sends your system a  balancePlatform.dispute.updated webhook with the updated status.\n\n\n\n\n\nNotify the cardholder that their dispute has been submitted.\n\n\nClose a dispute\nYou can change the status of a dispute to closed when you no longer intend to submit the dispute. You can only close a dispute whose status is draft.\nAfter you close a dispute, you cannot edit, submit, or reopen that dispute.\n\n\nMake a PATCH  \/disputes\/{id} request, specifying the dispute  id as a path parameter, and include  status with a value of closed as a request parameter.\n\n\n\n\n\nA successful response includes the dispute object, with an updated status of closed. Adyen also sends your system a  balancePlatform.dispute.updated webhook with the updated status.\n\n\n\n\n\nNotify your cardholder that they have successfully closed their dispute.\n\n\nSee also\n\n\n                    Lifecycle of a raised dispute\n                \n                    Associating IDs throughout the dispute lifecycle\n                \n                    Upload and manage attachments\n                \n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Issuing","lvl2":"Raise disputes for transactions made with an Adyen-issued card","lvl3":"Manage disputes"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/issuing","lvl2":"https:\/\/docs.adyen.com\/pt\/issuing\/raise-disputes","lvl3":"\/pt\/issuing\/raise-disputes\/manage-disputes"},"levels":4,"category":"Issuing","category_color":"green","tags":["Manage","disputes"]}}
