拒绝公开付款会话-paymentSessionReject mutation

拒绝公开付款会话。

所需的访问

write_payment_sessions 访问范围。


在本页面


互动范例

这是一个示例变异查询。使用下面的嵌入式交互式工具来编辑查询。

提示:使用Ctrl+Space表示自动填充字段。

变异paymentSessionReject $ id ID $ reason PaymentSessionRejectionReasonInput !){ paymentSessionReject id $ id 原因$ reason {
  1. <font style="color:#1F61A0;">PaymentSession </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">场地</font>
  6. <font style="color:#1F61A0;">信息</font>
  7. <font style="color:#555555;">}</font>
} } { “ id” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “原因” {
  1. <font style="color:#8B2BB9;">“ code” </font><font style="color:#555555;"></font><font style="color:#D64292;">“占位符”</font>
} }


参数

参数 描述
id
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
付款会话ID。
reason
() [PaymentSessionRejectionReasonInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsessionrejectionreasoninput)

必需的
拒绝原因。


PaymentSessionRejectionReasonInput字段

  • 代码([PaymentSessionStatusReasonRejectionCode!](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsessionstatusreasonrejectioncode)必需的
    原因码。
  • BusinessmanMessage([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    为商家定制的本地化消息。


返回字段

  • paymentSession([PaymentSession](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsession)
    更新的付款会话。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。