Get Location Payments
GET {{baseUrl}}/v1/:location_id/payments?order=<object>&begin_time=<string>&end_time=<string>&limit=<integer>&batch_token=<string>
Provides summary information for all payments taken by a merchant or any of the merchant's mobile staff during a date range. Date ranges cannot exceed one year in length. See Date ranges for details of inclusive and exclusive dates.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order | string | The order in which employees are listed in the response, based on their created_at field. Default value: ASC | |
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. | |
limit | string | The maximum integer number of employee entities to return in a single response. Default 100, maximum 200. | |
batch_token | string | A pagination cursor to retrieve the next set of results for your | |
original query to the endpoint. |