--- title: CaptureSessionRejectUserError - Payments Apps API description: An error that occurs during the execution of `CaptureSessionReject`. 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/CaptureSessionRejectUserError md: >- https://shopify.dev/docs/api/payments-apps/latest/objects/CaptureSessionRejectUserError.md --- # Capture​Session​Reject​User​Error object An error that occurs during the execution of `CaptureSessionReject`. ## Fields * code [Capture​Session​Reject​User​Error​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/CaptureSessionRejectUserErrorCode) 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 * [capture​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/captureSessionReject) mutation Rejects an open capture session. After the `captureSessionReject` mutation completes on a given capture session, any `captureSessionResolve` mutation attempts will fail. Subsequent `captureSessionReject` mutation attempts will succeed, but the `reason` argument will be ignored. *** ## <\~> CaptureSessionRejectUserError Mutations ### Mutated by * <\~>[capture​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/captureSessionReject) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError) interface *** ## ||-CaptureSessionRejectUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)