---
title: CaptureSessionResolvePayload - Payments Apps API
description: Return type for `captureSessionResolve` mutation.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/payments-apps/latest/payloads/CaptureSessionResolvePayload
  md: >-
    https://shopify.dev/docs/api/payments-apps/latest/payloads/CaptureSessionResolvePayload.md
api_name: payments-apps
api_type: graphql
type: payload
---

# Capture​Session​Resolve​Payload

payload

Return type for `captureSessionResolve` mutation.

## Fields

* capture​Session

  [Capture​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/CaptureSession)

  The updated capture session.

* user​Errors

  [\[Capture​Session​Resolve​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/CaptureSessionResolveUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

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

  mutation

  Resolves an open capture session.

  After the `captureSessionResolve` mutation completes on a given capture session, any `captureSessionReject` mutation attempts will fail. Subsequent `captureSessionResolve` mutation attempts will succeed.

  * id

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

    required

    ### Arguments

    The capture session ID.

  ***

***

## Map

### Mutations with this payload

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