Skip to main content
Anchor to RefundSessionResolveUserError

RefundSessionResolveUserError

object

An error that occurs during the execution of RefundSessionResolve.

•RefundSessionResolveUserErrorCode

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

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

Arguments

•ID!
required

The refund session ID.


Fields

•RefundSession

The updated refund session.

•[RefundSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?