--- title: VoidSessionResolvePayload - Payments Apps API description: Return type for `voidSessionResolve` 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/voidsessionresolvepayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/voidsessionresolvepayload.md --- # Void​Session​Resolve​Payload payload Return type for `voidSessionResolve` mutation. ## Fields * user​Errors [\[Void​Session​Resolve​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/VoidSessionResolveUserError) non-null The list of errors that occurred from executing the mutation. * void​Session [Void​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/VoidSession) The updated void session. *** ## Mutations with this payload * [void​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/voidSessionResolve) mutation Resolves an open void session. After the `voidSessionResolve` mutation completes on a given void session, any `voidSessionReject` mutation attempts will fail. Subsequent `voidSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored. *** ## Map ### Mutations with this payload * [void​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/types/voidSessionResolve)