--- title: VoidSessionRejectPayload - Payments Apps API description: Return type for `voidSessionReject` 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/voidsessionrejectpayload md: https://shopify.dev/docs/api/payments-apps/latest/payloads/voidsessionrejectpayload.md --- # Void​Session​Reject​Payload payload Return type for `voidSessionReject` mutation. ## Fields * user​Errors [\[Void​Session​Reject​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/VoidSessionRejectUserError) 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​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/voidSessionReject) mutation Rejects an open void session. After the `voidSessionReject` mutation completes on a given void session, any `voidSessionResolve` mutation attempts will fail. Subsequent `voidSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. *** ## Map ### Mutations with this payload * [void​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/types/voidSessionReject)