Get Locations Transactions

GET {{baseUrl}}/v2/locations/:location_id/transactions?begin_time=<string>&end_time=<string>&sort_order=<string>&cursor=<string>

Lists transactions for a particular location.

When making a request to this endpoint, your request body must include either the cursor parameter, or it must include both begin_time and end_time with an optional sort_order.

Request Params

KeyDatatypeRequiredDescription
begin_timestringThe beginning of the requested reporting period, in RFC 3339 format.
end_timestringThe end of the requested reporting period, in RFC 3339 format.
sort_orderstringThe order in which results are listed in the response.
cursorstring