--- title: CaptureSessionResolvePayload - Payments Apps API description: Return type for `captureSessionResolve` 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/capturesessionresolvepayload md: https://shopify.dev/docs/api/payments-apps/latest/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/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. *** ## Map ### Mutations with this payload * [capture​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/types/captureSessionResolve)