--- title: RefundSessionResolveUserError - Payments Apps API description: An error that occurs during the execution of `RefundSessionResolve`. api_version: 2025-10 api_name: payments-apps type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSessionResolveUserError md: >- https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSessionResolveUserError.md --- # Refund​Session​Resolve​User​Error object An error that occurs during the execution of `RefundSessionResolve`. ## Fields * code [Refund​Session​Resolve​User​Error​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/RefundSessionResolveUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [refund​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionResolve) 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. *** ## <\~> RefundSessionResolveUserError Mutations ### Mutated by * <\~>[refund​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionResolve) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError) interface *** ## ||-RefundSessionResolveUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)