Skip to main content
Anchor to RefundSessionRejectUserError

RefundSessionRejectUserError

object

An error that occurs during the execution of RefundSessionReject.

•RefundSessionRejectUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Rejects an open refund session. After the refundSessionReject mutation completes on a given refund session, any refundSessionResolve mutation attempts will fail. Subsequent refundSessionReject mutation attempts will succeed, but the RejectionReasonInput argument will be ignored.

Arguments

•ID!required

The refund session ID.

•RefundSessionRejectionReasonInput!required

The rejection reason.


Fields

•RefundSession

The updated refund session.

•[RefundSessionRejectUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?