--- title: CaptureSessionResolvePayload - Payments Apps API description: Return type for `captureSessionResolve` mutation. api_version: 2025-01 api_name: payments-apps type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/payloads/capturesessionresolvepayload md: https://shopify.dev/docs/api/payments-apps/2025-01/payloads/capturesessionresolvepayload.md --- # Capture​Session​Resolve​Payload payload Return type for `captureSessionResolve` mutation. ## Fields * capture​Session [Capture​Session](https://shopify.dev/docs/api/payments-apps/2025-01/objects/CaptureSession) The updated capture session. * user​Errors [\[Capture​Session​Resolve​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/2025-01/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/2025-01/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/2025-01/scalars/ID) required ### Arguments The capture session ID. *** *** ## Map ### Mutations with this payload * [capture​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/types/captureSessionResolve)