--- title: RefundSessionResolvePayload - Payments Apps API description: Return type for `refundSessionResolve` 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/RefundSessionResolvePayload md: >- https://shopify.dev/docs/api/payments-apps/latest/payloads/RefundSessionResolvePayload.md --- # Refund​Session​Resolve​Payload payload Return type for `refundSessionResolve` mutation. ## Fields * refund​Session [Refund​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSession) The updated refund session. * user​Errors [\[Refund​Session​Resolve​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSessionResolveUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [refund​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionResolve) mutation 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. *** ## Map ### Mutations with this payload * [refund​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/types/refundSessionResolve)