Skip to main content
Anchor to TenderTransactionDetails

TenderTransactionDetails

union

Requires read_orders access scope.

Information about the payment instrument used for this transaction.

OBJECT

Information about the credit card used for this transaction.

String

The name of the company that issued the customer's credit card. Example: Visa.

String

The customer's credit card number, with all digits except the last 4 redacted. Example: •••• •••• •••• 1234


Was this section helpful?

Anchor to Fields with this unionFields with this union

OBJECT

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.


Was this section helpful?