# Dispute created Endpoint: POST dispute-created Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `disputeId` (string) ID of the dispute. Example: "dp_0YVCE8J5F2DE58FV0S8YASW4HK" - `transactionId` (string,null) ID of the transaction. Example: "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0" - `eventType` (string) Type of webhook event. Enum: "dispute-created", "dispute-modified" - `_embedded` (object) Embedded objects. - `_embedded.dispute` (object) - `_embedded.dispute.transactionId` (string,null) ID of the disputed transaction. Example: "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0" - `_embedded.dispute.currency` (string) Currency code in ISO 4217 format. - `_embedded.dispute.amount` (number) Dispute amount. - `_embedded.dispute.acquirerReferenceNumber` (string,null) Acquirer reference number for the dispute. - `_embedded.dispute.caseId` (string,null) Case ID of the dispute. - `_embedded.dispute.reasonCode` (string,null) Code used in the chargeback that describes the reason for the dispute. - `_embedded.dispute.type` (string) Type of dispute. Enum: "information-request", "first-chargeback", "second-chargeback", "arbitration", "fraud", "ethoca-alert", "verifi-alert", "bank-return", "paypal-claim", "representment", "inquiry", "forced-refund" - `_embedded.dispute.status` (string) Status of the dispute. Enum: "response-needed", "under-review", "forfeited", "won", "lost", "unknown" - `_embedded.dispute.postedTime` (string) Date and time when the dispute is posted. - `_embedded.dispute.deadlineTime` (string,null) Latest date and time by when a merchant must submit a representment for a dispute. If the deadline is missed, the merchant loses the dispute. - `_embedded.transaction` (any) - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "dispute", "transaction"