Object Index
You are viewing an old version of the API
Tender
Object Index
Represents a tender (i.e., a method of payment) used in a Square transaction.
Properties
Name | Description |
---|---|
id
|
The tender's unique ID. It is the associated payment ID. |
location_
|
The ID of the transaction's associated location. |
transaction_
|
The ID of the tender's associated transaction. |
created_
|
Read only The timestamp for when the tender was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
note
|
An optional note associated with the tender at the time of payment. |
amount_
|
The total amount of the tender, including |
tip_
|
The tip's amount of the tender. |
processing_
|
The 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. |
customer_
|
If the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer. |
type
Required
|
The type of tender, such as |
card_
|
The details of the card tender. This value is present only if the value of |
cash_
|
The details of the cash tender. This value is present only if the value of |
additional_
Deprecated
|
Additional recipients (other than the merchant) receiving a portion of this tender. For example, fees assessed on the purchase by a third party integration. |
payment_
|
The ID of the Payment that corresponds to this tender. This value is only present for payments created with the v2 Payments API. |