--- title: PointOfSaleDevicePaymentSessionCountPayload - GraphQL Admin description: Return type for `pointOfSaleDevicePaymentSessionCount` 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/PointOfSaleDevicePaymentSessionCountPayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/PointOfSaleDevicePaymentSessionCountPayload.md --- # Point​Of​Sale​Device​Payment​Session​Count​Payload payload Return type for `pointOfSaleDevicePaymentSessionCount` 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 point of sale device payment session after recording the count. * user​Errors [\[Point​Of​Sale​Device​Payment​Session​Count​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PointOfSaleDevicePaymentSessionCountUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [point​Of​Sale​Device​Payment​Session​Count](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionCount) mutation Records a mid-session cash count for 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 record a count for. * balance [Money​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MoneyInput) required The counted cash drawer balance. * staff​Member​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The staff member who performed the count. * time [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) When the count was performed. Defaults to the current time. * reason​Code​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The reason code for the count. * note [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The note entered when the count was performed. *** *** ## Map ### Mutations with this payload * [point​Of​Sale​Device​Payment​Session​Count](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pointOfSaleDevicePaymentSessionCount)