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