--- title: CaptureSessionRejectPayload - Payments Apps API description: Return type for `captureSessionReject` mutation. api_version: 2025-10 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/payloads/CaptureSessionRejectPayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/CaptureSessionRejectPayload.md --- # Capture​Session​Reject​Payload payload Return type for `captureSessionReject` mutation. ## Fields * capture​Session [Capture​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/CaptureSession) The updated capture session. * user​Errors [\[Capture​Session​Reject​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/CaptureSessionRejectUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [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. *** ## Map ### Mutations with this payload * [capture​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/types/captureSessionReject)