# voidSessionResolve - payments-apps - MUTATION Version: 2024-10 ## Description 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. ### Access Scopes `write_payment_sessions` access scope. ## Arguments * [id](/docs/api/payments-apps/2024-10/scalars/ID): ID! - The void session ID. ## Returns * [userErrors](/docs/api/payments-apps/2024-10/objects/VoidSessionResolveUserError): VoidSessionResolveUserError! The list of errors that occurred from executing the mutation. * [voidSession](/docs/api/payments-apps/2024-10/objects/VoidSession): VoidSession The updated void session. ## Examples