Skip to main content
query

Returns a ShopifyPaymentsDispute resource by ID.

•ID!
required

The ID of the ShopifyPaymentsDispute to return.


Was this section helpful?

Anchor to ShopifyPaymentsDisputeShopifyPaymentsDispute
•ShopifyPaymentsDispute

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

Show fields
•MoneyV2!
non-null

The total amount disputed by the cardholder.

Show fields
•ShopifyPaymentsDisputeEvidence!
non-null

The evidence associated with the dispute.

Show fields
•Date

The deadline for evidence submission.

•Date

The date when evidence was sent. Returns null if evidence hasn't yet been sent.

•Date

The date when this dispute was resolved. Returns null if the dispute isn't yet resolved.

•ID!
non-null

A globally-unique ID.

•DateTime!
non-null

The date when this dispute was initiated.

•UnsignedInt64!
non-null

The ID of the corresponding resource in the REST Admin API.

•Order

The order that contains the charge that's under dispute.

Show fields
•ShopifyPaymentsDisputeReasonDetails!
non-null

The reason of the dispute.

Show fields
•DisputeStatus!
non-null

The current state of the dispute.

Show enum values
•DisputeType!
non-null

Indicates if this dispute is still in the inquiry phase or has turned into a chargeback.

Show enum values

Was this section helpful?