# refundSessionResolve - payments-apps - MUTATION Version: 2024-10 ## Description Resolves an open refund session. After the `refundSessionResolve` mutation completes on a given refund session, any `refundSessionReject` mutation attempts will fail. Subsequent `refundSessionResolve` 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 refund session ID. ## Returns * [refundSession](/docs/api/payments-apps/2024-10/objects/RefundSession): RefundSession The updated refund session. * [userErrors](/docs/api/payments-apps/2024-10/objects/RefundSessionResolveUserError): RefundSessionResolveUserError! The list of errors that occurred from executing the mutation. ## Examples