支付争议-PaymentsDispute 对象

当买方质疑其金融机构收取费用的合法性时,就会发生争议。

所需的访问

read_orders 访问范围。

在本页面


字段

  • amount[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
    持卡人提出的争议总额。
  • idenceDueBy[Date](https://shopify.dev/docs/admin-api/graphql/reference/scalar#date-2021-01)
    证据提交的截止日期。
  • idenceSentOn[Date](https://shopify.dev/docs/admin-api/graphql/reference/scalar#date-2021-01)
    证据发送的日期。如果尚未发送证据,则返回null。
  • finalizedOn[Date](https://shopify.dev/docs/admin-api/graphql/reference/scalar#date-2021-01)
    解决该争议的日期。如果争议尚未解决,则返回null。
  • id[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • initialAt[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    引发争议的日期。
  • legacyResourceId[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
    REST Admin API中相应资源的ID。
  • order[Order](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
    包含有争议费用的订单。
  • reasonDetails[ShopifyPaymentsDisputeReasonDetails!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsdisputereasondetails)
    争议的原因。
  • status[DisputeStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/disputestatus)
    争议的当前状态。
  • type[DisputeType!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/disputetype)
    指出此争议是否仍在查询阶段或已转为退款。

返回ShopifyPaymentsDispute的类型

  • [ShopifyPaymentsAccount.disputes](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#disputes-2021-01)

派生关系

  • [LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

自动生成的类型,用于通过多个ShopifyPaymentsDisputes分页。


在本页面


字段

  • edges[[ShopifyPaymentsDisputeEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsdispute)
    边列表。
  • pageInfo[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
    有助于分页的信息。

一种自动生成的类型,在分页期间包含一个ShopifyPaymentsDispute和一个光标。


在本页面


字段

  • cursor[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的光标。
  • node[ShopifyPaymentsDispute!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsdispute)
    ShopifyPaymentsDisputeEdge末尾的项目。

返回ShopifyPaymentsDisputeEdge的类型

  • [ShopifyPaymentsDisputeConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsdispute#edges-2021-01)