Skip to main content
object

Requires read_orders access scope.

A TenderTransaction represents a transaction with financial impact on a shop's balance sheet. A tender transaction always represents actual money movement between a buyer and a shop. TenderTransactions can be used instead of OrderTransactions for reconciling a shop's cash flow. A TenderTransaction is immutable once created.

•MoneyV2!non-null

The amount and currency of the tender transaction.

•ID!non-null

A globally-unique ID.

•String

Information about the payment method used for the transaction.

•DateTime

Date and time when the transaction was processed.

•String

The remote gateway reference associated with the tender transaction.

•Boolean!non-null

Whether the transaction is a test transaction.

•TenderTransactionDetails

Information about the payment instrument used for the transaction.

•StaffMember

The staff member who performed the transaction.


Was this section helpful?

•query

Returns a list of TenderTransactions associated with the shop.


Was this section helpful?

•interface

Was this section helpful?