Skip to main content
Anchor to pointOfSaleDevicePaymentSessionCount

pointOfSaleDevicePaymentSessionCount

mutation

Requires write_cash_tracking access scope.

Records a mid-session cash count for a point of sale device payment session.

•MoneyInput!
required

The counted cash drawer balance.

•String

The note entered when the count was performed.

Anchor to pointOfSaleDevicePaymentSessionIdpointOfSaleDevicePaymentSessionId
•ID!
required

The point of sale device payment session to record a count for.

•ID

The reason code for the count.

•ID!
required

The staff member who performed the count.

•DateTime

When the count was performed. Defaults to the current time.


Was this section helpful?

Anchor to PointOfSaleDevicePaymentSessionCountPayload returnsPointOfSaleDevicePaymentSessionCountPayload returns

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The point of sale device payment session after recording the count.

•[PointOfSaleDevicePaymentSessionCountUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?