--- title: RefundSessionRejectUserError - Payments Apps API description: An error that occurs during the execution of `RefundSessionReject`. 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/RefundSessionRejectUserError md: >- https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSessionRejectUserError.md --- # Refund​Session​Reject​User​Error object An error that occurs during the execution of `RefundSessionReject`. ## Fields * code [Refund​Session​Reject​User​Error​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/RefundSessionRejectUserErrorCode) 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​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionReject) 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. *** ## <\~> RefundSessionRejectUserError Mutations ### Mutated by * <\~>[refund​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionReject) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError) interface *** ## ||-RefundSessionRejectUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)