Get Location Refunds

GET {{baseUrl}}/v1/:location_id/refunds?order=<object>&begin_time=<string>&end_time=<string>&limit=<integer>&batch_token=<string>

Provides the details for all refunds initiated by a merchant or any of the merchant's mobile staff during a date range. Date ranges cannot exceed one year in length.

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.