--- title: RefundSessionRejectPayload - Payments Apps API description: Return type for `refundSessionReject` 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/RefundSessionRejectPayload md: >- https://shopify.dev/docs/api/payments-apps/latest/payloads/RefundSessionRejectPayload.md --- # Refund​Session​Reject​Payload payload Return type for `refundSessionReject` mutation. ## Fields * refund​Session [Refund​Session](https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSession) The updated refund session. * user​Errors [\[Refund​Session​Reject​User​Error!\]!](https://shopify.dev/docs/api/payments-apps/latest/objects/RefundSessionRejectUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [refund​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionReject) mutation Rejects an open refund session. After the `refundSessionReject` mutation completes on a given refund session, any `refundSessionResolve` mutation attempts will fail. Subsequent `refundSessionReject` mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored. *** ## Map ### Mutations with this payload * [refund​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/types/refundSessionReject)