Skip to main content
Anchor to pointOfSaleDevicePaymentSessionClose

pointOfSaleDevicePaymentSessionClose

mutation

Requires write_cash_tracking access scope.

Closes a point of sale device payment session.

•MoneyInput!
required

The counted cash drawer balance when the session was closed.

•String

The note entered when the session was closed.

Anchor to pointOfSaleDevicePaymentSessionIdpointOfSaleDevicePaymentSessionId
•ID!
required

The point of sale device payment session to be closed.

•ID

The reason code for closing the session.

•ID!
required

The staff member who closed the session.

•DateTime

When the session was closed. Defaults to the current time.


Was this section helpful?

Anchor to PointOfSaleDevicePaymentSessionClosePayload returnsPointOfSaleDevicePaymentSessionClosePayload returns

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The closed point of sale device payment session.

•[PointOfSaleDevicePaymentSessionCloseUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?