---
title: CaptureSessionRejectPayload - Payments Apps API
description: Return type for `captureSessionReject` mutation.
api_version: 2026-04
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
api_name: payments-apps
api_type: graphql
type: payload
---

# 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.

  * id

    [ID!](https://shopify.dev/docs/api/payments-apps/latest/scalars/ID)

    required

    ### Arguments

    The capture session ID.

  * reason

    [Capture​Session​Rejection​Reason​Input!](https://shopify.dev/docs/api/payments-apps/latest/input-objects/CaptureSessionRejectionReasonInput)

    required

    The rejection reason.

  ***

***

## Map

### Mutations with this payload

* [capture​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/captureSessionReject)
