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.

•MoneyV2!
non-null

The total amount disputed by the cardholder.

•ShopifyPaymentsDisputeEvidence!
non-null

The evidence associated with the dispute.

•DateTime

The deadline for evidence submission.

•DateTime

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

•DateTime

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.

•ShopifyPaymentsDisputeReasonDetails!
non-null

The reason of the dispute.

•DisputeStatus!
non-null

The current state of the dispute.

•DisputeType!
non-null

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


Was this section helpful?