Object Index
You are viewing an old version of the API
Transaction
Object Index
Represents a transaction processed with Square, either with the Connect API or with Square Point of Sale.
The tenders
field of this object lists all methods of payment used to pay in
the transaction.
Properties
Name | Description |
---|---|
id
|
The transaction's unique ID, issued by Square payments servers. |
location_
|
The ID of the transaction's associated location. |
created_
|
The timestamp for when the transaction 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 |
tenders
|
The tenders used to pay in the transaction. |
refunds
|
Refunds that have been applied to any tender in the transaction. |
reference_
|
If the transaction was created with the Charge
endpoint, this value is the same as the value provided for the |
product
|
The Square product that processed the transaction. |
client_
|
If the transaction was created in the Square Point of Sale app, this value is the ID generated for the transaction by Square Point of Sale. This ID has no relationship to the transaction's canonical It is not currently possible with the Connect API to perform a transaction lookup by this value. |
shipping_
|
The shipping address provided in the request, if any. |
order_
|
The order_id is an identifier for the order associated with this transaction, if any. |