# PaymentSessionStateCode - payments-apps - ENUM Version: 2024-10 ## Description The possible values that can be used to describe the state of a payment transaction. ### Access Scopes ## Enum values * [CONFIRMING](/docs/api/payments-apps/2024-10/enums/CONFIRMING) * [PENDING](/docs/api/payments-apps/2024-10/enums/PENDING) * [REDIRECTING](/docs/api/payments-apps/2024-10/enums/REDIRECTING) * [REJECTED](/docs/api/payments-apps/2024-10/enums/REJECTED) * [RESOLVED](/docs/api/payments-apps/2024-10/enums/RESOLVED) ## Fields with this enum * [PaymentSessionState.code](/docs/api/payments-apps/2024-10/interfaces/PaymentSessionState) * [PaymentSessionStateConfirming.code](/docs/api/payments-apps/2024-10/objects/PaymentSessionStateConfirming) * [PaymentSessionStatePending.code](/docs/api/payments-apps/2024-10/objects/PaymentSessionStatePending) * [PaymentSessionStateRedirecting.code](/docs/api/payments-apps/2024-10/objects/PaymentSessionStateRedirecting) * [PaymentSessionStateRejected.code](/docs/api/payments-apps/2024-10/objects/PaymentSessionStateRejected) * [PaymentSessionStateResolved.code](/docs/api/payments-apps/2024-10/objects/PaymentSessionStateResolved) ## Examples