# Disputes Create, view, and manage cardholder transaction disputes. > ๐ Mastercard only > > Control Center currently only supports Mastercard transaction dispute management. To manage disputes for other card networks, [use the API](https://developers.pismo.io/pismo-docs/reference/post-v1-networkauthorization-disputes). > ๐ Access by role > > * Users with the **Backoffice operator** role can create, view, and manage disputes. > * Users with the **Backoffice viewer** role can view disputes only. For more information, refer to [Disputes overview](https://developers.pismo.io/pismo-docs/docs/disputes-overview). From Control Center, you can do the following: * [View disputes](#view-disputes) * [Dispute a transaction](#dispute-a-transaction) * [Manage disputes](#manage-disputes) # View disputes To view the list of disputes, do the following: * From the main menu, select **Customer operations** > **Disputes**.\ The **Disputes** screen is displayed. Refer to the following table for a description of the columns.
| Column | Description |
|---|---|
| **ID** | The ID of the dispute |
| **OPENED ON** | The date when the dispute was opened |
| **AUTHORIZATION** | The authorization ID of the disputed transaction |
| **REASON** | The reason for the dispute |
| **STATUS** | The status of the dispute For more information, refer to [Disputes state machine](https://developers.pismo.io/pismo-docs/docs/disputes-state-machine). |
| **ACTION** | The action status indicating if your input is required to move the dispute forward |
| **AMOUNT** | The disputed transaction amount |
| Card network response | Resulting dispute status | What you can do |
|---|---|---|
| Card network approves your request | **Chargeback created** | Wait for the card network to process the request |
| Card network accepts the chargeback | **Chargeback accepted** | No further action required |
| Card network rejects the chargeback | **Chargeback rejected** | Review the request, update your supporting evidence, and resend the request |
| Card network requests additional supporting evidence | **Chargeback pending documentation** | You can do one of the following: * To close the dispute, select the more options icon, and select **Close dispute**.\ The dispute is closed and the status changes to **Chargeback closed**. * To resend the dispute request after providing additional supporting evidence, select the more options icon, and select **Resend dispute**.\ The dispute is resent to the card network and the status changes to **Chargeback created**. |
| Card network schedules the transaction to be voided in 20 days | **Chargeback reject collaboration** | No further action required |
| Card network rejects the request immediately | **Failed** | You can do one of the following: * To accept an issuer loss, select the more options icon, and select **Accept issuer loss**.\ The dispute is closed and the status changes to **Issuer loss**. * To resend the dispute request, select the more options icon, and select **Resend dispute**.\ The request is resent to the card network and the dispute status changes to **Opened**. |