<- Object

Object

V1Tender

A tender represents a discrete monetary exchange.

Link to section

Properties

Link to section

id

string

The tender's unique ID.

Link to section

type

string

The type of tender.

Show values
Link to section

name

string

A human-readable description of the tender.

Link to section

employee_id

string

The ID of the employee that processed the tender.

Link to section

receipt_url

string

The URL of the receipt for the tender.

Link to section

card_brand

string

The brand of credit card provided.

Show values
Link to section

pan_suffix

string

The last four digits of the provided credit card's account number.

Link to section

entry_method

string

The tender's unique ID.

Show values
Link to section

payment_note

string

Notes entered by the merchant about the tender at the time of payment, if any. Typically only present for tender with the type: OTHER.

Link to section

total_money

The total amount of money provided in this form of tender.

Show attributes
Link to section

tendered_money

The amount of total_money applied to the payment.

Show attributes
Link to section

tendered_at

string

The time when the tender was created, in ISO 8601 format.

Link to section

settled_at

string

The time when the tender was settled, in ISO 8601 format.

Link to section

change_back_money

The amount of total_money returned to the buyer as change.

Show attributes
Link to section

refunded_money

The total of all refunds applied to this tender. This amount is always negative or zero.

Show attributes
Link to section

is_exchange

boolean

Indicates whether or not the tender is associated with an exchange. If is_exchange is true, the tender represents the value of goods returned in an exchange not the actual money paid. The exchange value reduces the tender amounts needed to pay for items purchased in the exchange.