# ShopifyPaymentsDispute - admin-graphql - OBJECT Version: 2024-04 ## 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-graphql/2024-04/objects/MoneyV2): MoneyV2! - The total amount disputed by the cardholder. * [evidenceDueBy](/docs/api/admin-graphql/2024-04/scalars/Date): Date - The deadline for evidence submission. * [evidenceSentOn](/docs/api/admin-graphql/2024-04/scalars/Date): Date - The date when evidence was sent. Returns null if evidence hasn't yet been sent. * [finalizedOn](/docs/api/admin-graphql/2024-04/scalars/Date): Date - The date when this dispute was resolved. Returns null if the dispute isn't yet resolved. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [initiatedAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date when this dispute was initiated. * [legacyResourceId](/docs/api/admin-graphql/2024-04/scalars/UnsignedInt64): UnsignedInt64! - The ID of the corresponding resource in the REST Admin API. * [order](/docs/api/admin-graphql/2024-04/objects/Order): Order - The order that contains the charge that's under dispute. * [reasonDetails](/docs/api/admin-graphql/2024-04/objects/ShopifyPaymentsDisputeReasonDetails): ShopifyPaymentsDisputeReasonDetails! - The reason of the dispute. * [status](/docs/api/admin-graphql/2024-04/enums/DisputeStatus): DisputeStatus! - The current state of the dispute. * [type](/docs/api/admin-graphql/2024-04/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-graphql/2024-04/queries/dispute) Returns dispute details based on ID. ## Related mutations ## Related Unions ## Examples