Lists transactions for a particular location.
DEPRECATED
/v2/locations/{location_id}/transactions
Lists transactions for a particular location.
Transactions include payment information from sales and exchanges and refund information from returns and exchanges.
Max results per page: 50
The beginning of the requested reporting period, in RFC 3339 format.
See Date ranges for details on date inclusivity/exclusivity.
Default value: The current time minus one year.
The end of the requested reporting period, in RFC 3339 format.
See Date ranges for details on date inclusivity/exclusivity.
Default value: The current time.
The order in which results are listed in the response (ASC
for oldest first, DESC
for newest first).
Default value: DESC
A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query.
See Paginating results for more information.
A pagination cursor for retrieving the next set of results, if any remain. Provide this value as the cursor
parameter in a subsequent request to this endpoint.
See Paginating results for more information.