TenderTransaction
Requires 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.
Anchor to FieldsFields
- Anchor to amountamount•Money
V2! non-null The amount and currency of the tender transaction.
- •ID!non-null
A globally-unique ID.
- Anchor to paymentMethodpayment•
Method Information about the payment method used for the transaction.
- Anchor to processedAtprocessed•
At Date and time when the transaction was processed.
- Anchor to remoteReferenceremote•
Reference The remote gateway reference associated with the tender transaction.
- Anchor to testtest•Boolean!non-null
Whether the transaction is a test transaction.
- Anchor to transactionDetailstransaction•
Details Information about the payment instrument used for the transaction.
- Anchor to useruser•
The staff member who performed the transaction.
Map
Fields and connections with this object
Anchor to QueriesQueries
- •query
Returns a list of TenderTransactions associated with the shop.