---
title: PaymentSessionStateRejectedSource - Payments Apps API
description: The entity that rejected the payment.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/payments-apps/latest/enums/PaymentSessionStateRejectedSource
  md: >-
    https://shopify.dev/docs/api/payments-apps/latest/enums/PaymentSessionStateRejectedSource.md
api_name: payments-apps
api_type: graphql
type: enum
---

# Payment​Session​State​Rejected​Source

enum

The entity that rejected the payment.

## Valid values

* NETWORK

  The payment network or the issuer rejected the payment.

* PROVIDER

  The provider rejected the payment.

***

## Fields

* [Payment​Session​Rejection​Reason​Input.source](https://shopify.dev/docs/api/payments-apps/latest/input-objects/PaymentSessionRejectionReasonInput#fields-source)

  INPUT OBJECT

  The input fields for the reason why the payment was rejected.

* [Payment​Session​State​Rejected.source](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionStateRejected#field-PaymentSessionStateRejected.fields.source)

  OBJECT

  Additional details about a payment's rejected state.

***

## Map

### Fields with this enum

* [Payment​Session​State​Rejected.source](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionStateRejected#field-PaymentSessionStateRejected.fields.source)

### Inputs with this enum

* [Payment​Session​Rejection​Reason​Input.source](https://shopify.dev/docs/api/payments-apps/latest/input-objects/PaymentSessionRejectionReasonInput#fields-source)
