dispute.updatedAsk AIwbhk dispute.updatedOccurs when a dispute is updated.Payloadevent_typeconstenumrequiredThe type of event that occurred.dispute.updateddispute.updatedAllowed:dispute.updatedamountintegerrequiredAmount under dispute. May be different from the original transaction amount.arbitration_datedate-time | nullrequiredDate dispute entered arbitration.createddate-timerequiredTimestamp of when first Dispute was reported.customer_filed_datedate-time | nullrequiredDate that the dispute was filed by the customer making the dispute.customer_notestring | nullrequiredEnd customer description of the reason for the dispute.network_claim_idsarraynullrequiredUnique identifiers for the dispute from the network.network_claim_ids array of stringsnetwork_filed_datedate-time | nullrequiredDate that the dispute was submitted to the network.network_reason_codestring | nullrequiredNetwork reason code used to file the dispute.prearbitration_datedate-time | nullrequiredDate dispute entered pre-arbitration.primary_claim_idstring | nullrequiredUnique identifier for the dispute from the network. If there are multiple, this will be the first claim id set by the networkreasonstringenumrequiredDispute 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. ATM_CASH_MISDISPENSECANCELLEDDUPLICATEDFRAUD_CARD_NOT_PRESENTFRAUD_CARD_PRESENTFRAUD_OTHERGOODS_SERVICES_NOT_AS_DESCRIBEDGOODS_SERVICES_NOT_RECEIVEDINCORRECT_AMOUNTMISSING_AUTHOTHERPROCESSING_ERRORRECURRING_TRANSACTION_NOT_CANCELLEDREFUND_NOT_PROCESSEDShow 14 enum valuesrepresentment_datedate-time | nullrequiredDate the representment was received.resolution_datedate-time | nullrequiredDate that the dispute was resolved.resolution_notestring | nullrequiredNote by Dispute team on the case resolution.resolution_reasonstring | nullenumrequiredReason 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. CASE_LOSTNETWORK_REJECTEDNO_DISPUTE_RIGHTS_3DSNO_DISPUTE_RIGHTS_BELOW_THRESHOLDNO_DISPUTE_RIGHTS_CONTACTLESSNO_DISPUTE_RIGHTS_HYBRIDNO_DISPUTE_RIGHTS_MAX_CHARGEBACKSNO_DISPUTE_RIGHTS_OTHERPAST_FILING_DATEPREARBITRATION_REJECTEDPROCESSOR_REJECTED_OTHERREFUNDEDREFUNDED_AFTER_CHARGEBACKWITHDRAWNWON_ARBITRATIONWON_FIRST_CHARGEBACKWON_PREARBITRATIONnullShow 18 enum valuesstatusstringenumrequiredStatus 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. ARBITRATIONCASE_CLOSEDCASE_WONNEWPENDING_CUSTOMERPREARBITRATIONREPRESENTMENTSUBMITTEDShow 8 enum valuestokenuuidrequiredGlobally unique identifier.transaction_tokenuuidrequiredThe transaction that is being disputed. A transaction can only be disputed once but may have multiple dispute cases.Response 200Return a 200 status to indicate that the data was received successfullyUpdated 9 months ago