---
title: RefundSessionRejectPayload - Payments Apps API
description: Return type for `refundSessionReject` mutation.
api_version: 2026-04
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
api_name: payments-apps
api_type: graphql
type: payload
---

# 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.

  * id

    [ID!](https://shopify.dev/docs/api/payments-apps/latest/scalars/ID)

    required

    ### Arguments

    The refund session ID.

  * reason

    [Refund​Session​Rejection​Reason​Input!](https://shopify.dev/docs/api/payments-apps/latest/input-objects/RefundSessionRejectionReasonInput)

    required

    The rejection reason.

  ***

***

## Map

### Mutations with this payload

* [refund​Session​Reject](https://shopify.dev/docs/api/payments-apps/latest/mutations/refundSessionReject)
