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
Key | Datatype | Required | Description |
---|---|---|---|
begin_time | string | The beginning of the requested reporting period, in RFC 3339 format. | |
end_time | string | The end of the requested reporting period, in RFC 3339 format. | |
sort_order | string | The order in which results are listed in the response. | |
cursor | string |