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

KeyDatatypeRequiredDescription
orderstringThe order in which employees are listed in the response, based on their created_at field. Default value: ASC
begin_timestringThe beginning of the requested reporting period, in RFC 3339 format.
end_timestringThe end of the requested reporting period, in RFC 3339 format.
limitstringThe maximum integer number of employee entities to return in a single response. Default 100, maximum 200.
batch_tokenstringA pagination cursor to retrieve the next set of results for your
original query to the endpoint.