# VoidSession - payments-apps - OBJECT Version: 2024-10 ## Description A unique void transaction. ### Access Scopes `read_payment_sessions` access scope. ## Fields * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - A globally-unique ID. * [state](/docs/api/payments-apps/2024-10/unions/VoidSessionStates): VoidSessionStates! - Details about the void state. ## Connections ## Related queries ## Related mutations * [voidSessionReject](/docs/api/payments-apps/2024-10/mutations/voidSessionReject) 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. * [voidSessionResolve](/docs/api/payments-apps/2024-10/mutations/voidSessionResolve) 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. ## Related Unions ## Examples