Skip to main content
Anchor to pointOfSaleDevicePaymentSessionOpen

pointOfSaleDevicePaymentSessionOpen

mutation

Requires write_cash_tracking access scope.

Opens a point of sale device payment session.

•MoneyInput

The counted cash drawer balance when the session was opened.

•String

The note entered when the session was opened.

•ID!
required

The point of sale device to which this session belongs.

•ID

The reason code for the session opening.

•ID!
required

The staff member who opened the session.

•DateTime

The time the session was opened. Defaults to the current time.


Was this section helpful?

Anchor to PointOfSaleDevicePaymentSessionOpenPayload returnsPointOfSaleDevicePaymentSessionOpenPayload returns

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The created point of sale device payment session.

•[PointOfSaleDevicePaymentSessionOpenUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?