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.


The amount and currency of the tender transaction.

A globally-unique ID.

The order that's related to the tender transaction. This value is null if the order has been deleted.

Information about the payment method used for the transaction.

Date and time when the transaction was processed.

The remote gateway reference associated with the tender transaction.

Whether the transaction is a test transaction.

Information about the payment instrument used for the transaction.

The staff member who performed the transaction.


Was this section helpful?
Map

Fields and connections from

TenderTransaction


Returns a list of TenderTransactions associated with the shop.


Was this section helpful?
<?>
TenderTransaction Queries
TenderTransaction



Was this section helpful?
||-
TenderTransaction Implements
TenderTransaction

Implements