SquareConnect::Tender

March 27, 2019 ยท View on GitHub

Description

Represents a tender (i.e., a method of payment) used in a Square transaction.

Properties

NameTypeDescriptionNotes
idStringThe tender's unique ID.[optional]
location_idStringThe ID of the transaction's associated location.[optional]
transaction_idStringThe ID of the tender's associated transaction.[optional]
created_atStringThe time when the tender was created, in RFC 3339 format.[optional]
noteStringAn optional note associated with the tender at the time of payment.[optional]
amount_moneyMoneyThe amount of the tender.[optional]
tip_moneyMoneyThe tip's amount of the tender.[optional]
processing_fee_moneyMoneyThe amount of any Square processing fees applied to the tender. This field is not immediately populated when a new transaction is created. It is usually available after about ten seconds.[optional]
customer_idStringIf the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer.[optional]
typeStringThe type of tender, such as `CARD` or `CASH`. See TenderType for possible values
card_detailsTenderCardDetailsThe details of the card tender. This value is present only if the value of `type` is `CARD`.[optional]
cash_detailsTenderCashDetailsThe details of the cash tender. This value is present only if the value of `type` is `CASH`.[optional]
additional_recipientsArray<AdditionalRecipient>Additional recipients (other than the merchant) receiving a portion of this tender. For example, fees assessed on the purchase by a third party integration.[optional]