Skip to main content
Anchor to pointOfSaleDevicePaymentSessionAdjust

pointOfSaleDevicePaymentSessionAdjust

mutation

Requires write_cash_tracking access scope.

Adds an adjustment to a point of sale device payment session.

•MoneyInput!
required

The amount of cash being added or removed.

•String

The note entered when the adjustment was made.

Anchor to pointOfSaleDevicePaymentSessionIdpointOfSaleDevicePaymentSessionId
•ID!
required

The point of sale device payment session to be adjusted.

•ID

The reason code for the adjustment.

•ID!
required

The staff member who made the adjustment.

•DateTime

The time when the adjustment was made. Defaults to the current time.


Was this section helpful?

Anchor to PointOfSaleDevicePaymentSessionAdjustPayload returnsPointOfSaleDevicePaymentSessionAdjustPayload returns

Anchor to pointOfSaleDevicePaymentSessionpointOfSaleDevicePaymentSession
•PointOfSaleDevicePaymentSession

The adjusted point of sale device payment session.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?