--- title: PointOfSaleDevicePaymentSessionClosePayload - GraphQL Admin description: Return type for `pointOfSaleDevicePaymentSessionClose` mutation. api_version: 2026-04 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDevicePaymentSessionClosePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDevicePaymentSessionClosePayload.md --- # Point​Of​Sale​Device​Payment​Session​Close​Payload payload Return type for `pointOfSaleDevicePaymentSessionClose` mutation. ## Fields * point​Of​Sale​Device​Payment​Session [Point​Of​Sale​Device​Payment​Session](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSession) The closed point of sale device payment session. * user​Errors [\[Point​Of​Sale​Device​Payment​Session​Close​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSessionCloseUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [point​Of​Sale​Device​Payment​Session​Close](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionClose) mutation Closes a point of sale device payment session. * point​Of​Sale​Device​Payment​Session​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The point of sale device payment session to be closed. * balance [Money​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MoneyInput) required The counted cash drawer balance when the session was closed. * staff​Member​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The staff member who closed the session. * time [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) When the session was closed. Defaults to the current time. * reason​Code​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The reason code for closing the session. * note [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The note entered when the session was closed. *** *** ## Map ### Mutations with this payload * [point​Of​Sale​Device​Payment​Session​Close](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionClose)