--- title: PointOfSaleDevicePaymentSessionStatus - GraphQL Admin description: >- The status of the point of sale device payment session. Payments can't be processed or refunded during a closed session, and the cash drawer balance can't be adjusted or corrected. api_version: 2026-04 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/enums/PointOfSaleDevicePaymentSessionStatus md: >- https://shopify.dev/docs/api/admin-graphql/latest/enums/PointOfSaleDevicePaymentSessionStatus.md --- # Point​Of​Sale​Device​Payment​Session​Status enum The status of the point of sale device payment session. Payments can't be processed or refunded during a closed session, and the cash drawer balance can't be adjusted or corrected. ## Valid values * CLOSED The point of sale device payment session is closed. * OPEN The point of sale device payment session is open. *** ## Fields * [Point​Of​Sale​Device​Payment​Session.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSession#field-PointOfSaleDevicePaymentSession.fields.status) OBJECT Tracks the payment activity for a point of sale device. *** ## Map ### Fields with this enum * [Point​Of​Sale​Device​Payment​Session.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSession#field-PointOfSaleDevicePaymentSession.fields.status)