Represents a tender (i.e., a method of payment) used in a Square transaction.
<- Object
Object
Represents a tender (i.e., a method of payment) used in a Square transaction.
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
The total amount of the tender, including tip_money. If the tender has a payment_id, the total_money of the corresponding Payment will be equal to the amount_money of the tender.
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.
If the tender is associated with a customer or represents a customer's card on file, this is the ID of the associated customer.
The details of the card tender.
This value is present only if the value of type is CARD.
The details of the cash tender.
This value is present only if the value of type is CASH.
The details of the bank account tender.
This value is present only if the value of type is BANK_ACCOUNT.
The details of a Buy Now Pay Later tender.
This value is present only if the value of type is BUY_NOW_PAY_LATER.
The details of a Square Account tender.
This value is present only if the value of type is SQUARE_ACCOUNT.
Additional recipients (other than the merchant) receiving a portion of this tender. For example, fees assessed on the purchase by a third party integration.
The ID of the Payment that corresponds to this tender. This value is only present for payments created with the v2 Payments API.