Object Index
You are viewing an old version of the API
PaymentItemization
V1
Square V1 APIs
We recommend using the Square API (V2) for all new development when possible. See
When to use Connect V1
to learn more about working with V1 endpoints.
Object Index
We recommend using the Square API (V2) for all new development when possible. See When to use Connect V1 to learn more about working with V1 endpoints.
Payment include anitemizations
field that lists the items purchased,
along with associated fees, modifiers, and discounts.
Each itemization has an
itemization_type
field that indicates which of the following the itemization
represents:
- An item variation from the merchant's item library
- A custom monetary amount
- An action performed on a Square gift card, such as activating or reloading it.
Note*: itemization information included in a Payment
object reflects
details collected *at the time of the payment*. Details such as the name or
price of items might have changed since the payment was processed.
Properties
Name | Description |
---|---|
name
|
The item's name. |
quantity
|
The quantity of the item purchased. This can be a decimal value. |
itemization_
|
The type of purchase that the itemization represents, such as an ITEM or CUSTOM_AMOUNT |
item_
|
Details of the item, including its unique identifier and the identifier of the item variation purchased. |
notes
|
Notes entered by the merchant about the item at the time of payment, if any. |
item_
|
The name of the item variation purchased, if any. |
total_
|
The total cost of the item, including all taxes and discounts. |
single_
|
The cost of a single unit of this item. |
gross_
|
The total cost of the itemization and its modifiers, not including taxes or discounts. |
discount_
|
The total of all discounts applied to the itemization. This value is always negative or zero. |
net_
|
The sum of grosssalesmoney and discount_money. |
taxes
|
All taxes applied to this itemization. |
discounts
|
All discounts applied to this itemization. |
modifiers
|
All modifier options applied to this itemization. |