# Disputes lifecycle stages reference (/disputes/disputes-lifecycle)

Understand the dispute lifecycle stages, including inquiry, claim, and settlement. Learn about the dispute management flow and available actions at each stage.



## Dispute lifecycle stages [#dispute-lifecycle-stages]

To understand the dispute management flow, learn about the dispute lifecycle stages:

* [Dispute lifecycle stages](#dispute-lifecycle-stages)
  * [Inquiry stage](#inquiry-stage)
  * [Claim stage](#claim-stage)
  * [Settlement stage](#settlement-stage)
* [Dispute management flow](#dispute-management-flow)
* [Available actions by stage](#available-actions-by-stage)

### Inquiry stage [#inquiry-stage]

The inquiry stage occurs immediately after a customer initiates a dispute by reporting a problem in the Resolution Center. The customer and merchant attempt to resolve the dispute for a 20-day period without escalation to PayPal.

The `dispute_lifecycle_stage` is `INQUIRY`.

### Claim stage [#claim-stage]

If the customer and merchant cannot resolve the dispute within the 20-day inquiry period, the customer or merchant can escalate the dispute to PayPal. The dispute then enters the claim stage.

The `dispute_lifecycle_stage` is one of these values:

* `CHARGEBACK`. A customer or merchant escalates an inquiry to a claim, which authorizes PayPal to investigate the case and make a determination.

  After the dispute enters this phase, all notes that the customer sends are visible to PayPal agents only. The customer must wait for PayPal's response before he or she can take further action. PayPal shares dispute details with the merchant, who can accept the customer's claim, submit evidence to challenge the customer's claim, or make an offer to resolve the dispute.

  > **Note:** **Note:** The chargeback stage is a PayPal dispute lifecycle stage and is not a credit card or debit card chargeback.
* `PRE_ARBITRATION`. The first appeal stage for merchants. A merchant can appeal a chargeback if a decision is not in the merchant's favor. If the merchant does not appeal within the appeal period, the case is considered resolved.
* `ARBITRATION`. The second appeal stage for merchants. A merchant can appeal a dispute for a second time if the first appeal was denied. If the merchant does not appeal within the appeal period, the case returns to a resolved status in pre-arbitration stage.

### Settlement stage [#settlement-stage]

To resolve the claim, PayPal considers the submitted evidence and settles the dispute in either the customer's or merchant's favor and communicates the outcome of the dispute to the bank, if involved, and the merchant and customer.

The `dispute_lifecycle_stage` is one of these values: `INQUIRY`, `CHARGEBACK`, `PRE_ARBITRATION`, or `ARBITRATION`.

* `OPEN`. The dispute is open. The buyer actions available are `validate-eligibility`, `send-message`, `escalate`, `cancel`, and `change reason`. After the seller has provided an offer, the buyer actions available are `accept-offer` and `deny-offer`. The seller actions available are `send-message`, `make-offer`, `accept-claim`, `escalate`, and `partial-update`.
* `UNDER_REVIEW`. The dispute is under review with PayPal. In this case, the buyer and seller do not have any actions available.
* `RESOLVED`. The dispute is resolved. In this case, the buyer and seller do not have any actions available.
* `WAITING_FOR_BUYER_RESPONSE`. The dispute is waiting for a response from the buyer. The buyer actions available are `provide-evidence` and `cancel`.
* `WAITING_FOR_SELLER_RESPONSE`. The dispute is waiting for a response from the seller. The seller actions available are `provide-evidence`, `accept-claim`, and `acknowledge-return-item`.

## Dispute management flow [#dispute-management-flow]

A dispute can be resolved in the inquiry stage or the claim stage. When a dispute is resolved, it enters the settlement stage.

<img src="https://www.paypalobjects.com/ppdevdocs/img/docs/customer-disputes/dispute-state-machine.svg" alt="Dispute,management,flow" />

## Available actions by stage [#available-actions-by-stage]

The actions that are available to the seller and buyer vary during the stages of a dispute. The following table shows the actions that are available to the buyer and seller during the stages of a dispute. Refer to the [HATEOAS links](/api/rest/responses/#hateoas-links) to determine actions available for the dispute.

> **Note:** **Important:**
> These actions are available only in the [sandbox](/v5/disputes/integrate#sandbox-only-methods): ` settle dispute`, `create dispute`, and `update dispute status`.

| Stage                 | Seller actions                                                                                                                                                                                                                                                                                                                                       | Buyer actions                                                                                                                                                                                                                                                                                                                                                                                                   |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Gathering information | [List disputes](/v5/disputes/integrate#list-disputes)[Show dispute details](/v5/disputes/integrate#show-dispute-details)                                                                                                                                                                                                                             | [List disputes](/v5/disputes/integrate#list-disputes)[Show dispute details](/v5/disputes/integrate#show-dispute-details)                                                                                                                                                                                                                                                                                        |
| Inquiry               | [Send message to other party](/v5/disputes/integrate#send-message-to-other-party)[Make offer to resolve dispute](/v5/disputes/integrate#make-offer-to-resolve-dispute)[Escalate dispute to a claim](/v5/disputes/integrate#escalate-dispute-to-claim)[Acknowledge returned item](/api/customer-disputes/v1#disputes-actions_acknowledge-return-item) | [Send message to other party](/v5/disputes/integrate#send-message-to-other-party)[Accept offer to resolve dispute](/api/customer-disputes/v1#disputes-actions_accept-offer)Cancel a disputeChange the reason for a dispute[Deny an offer to resolve a dispute](/api/customer-disputes/v1#disputes-actions_deny-offer)[Escalate dispute to a claim](/v5/disputes/integrate#escalate-dispute-to-claim)            |
| Claim                 | [Accept claim](/v5/disputes/integrate#accept-claim)[Provide evidence](/v5/disputes/integrate#provide-evidence)[Provide supporting information for dispute](/api/customer-disputes/v1#disputes-actions_provide-supporting-info)[Appeal dispute](/v5/disputes/integrate#appeal-dispute)                                                                | [Accept offer to resolve dispute](/api/customer-disputes/v1#disputes-actions_accept-offer)[Provide evidence](/v5/disputes/integrate#provide-evidence)[Provide supporting information for dispute](/api/customer-disputes/v1#disputes-actions_provide-supporting-info)Cancel a disputeChange the reason for a dispute[Deny an offer to resolve a dispute](/api/customer-disputes/v1#disputes-actions_deny-offer) |
