# ShopifyPaymentsDispute - admin - OBJECT
Version: 2025-01

## Description
A dispute occurs when a buyer questions the legitimacy of a charge with their financial institution.

### Access Scopes
User must have `read_shopify_payments_disputes` access.


## Fields
* [amount](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The total amount disputed by the cardholder.
* [evidenceDueBy](/docs/api/admin/2025-01/scalars/Date): Date - The deadline for evidence submission.
* [evidenceSentOn](/docs/api/admin/2025-01/scalars/Date): Date - The date when evidence was sent. Returns null if evidence hasn't yet been sent.
* [finalizedOn](/docs/api/admin/2025-01/scalars/Date): Date - The date when this dispute was resolved. Returns null if the dispute isn't yet resolved.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [initiatedAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date when this dispute was initiated.
* [legacyResourceId](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The ID of the corresponding resource in the REST Admin API.
* [order](/docs/api/admin/2025-01/objects/Order): Order - The order that contains the charge that's under dispute.
* [reasonDetails](/docs/api/admin/2025-01/objects/ShopifyPaymentsDisputeReasonDetails): ShopifyPaymentsDisputeReasonDetails! - The reason of the dispute.
* [status](/docs/api/admin/2025-01/enums/DisputeStatus): DisputeStatus! - The current state of the dispute.
* [type](/docs/api/admin/2025-01/enums/DisputeType): DisputeType! - Indicates if this dispute is still in the inquiry phase or has turned into a chargeback.

## Connections



## Related queries
* [dispute](/docs/api/admin/2025-01/queries/dispute) Returns dispute details based on ID.
* [disputes](/docs/api/admin/2025-01/queries/disputes) All disputes related to the Shop.

## Related mutations

## Related Unions

## Examples