Report refunds

This endpoint is tailored for our Affiliate partners whose customers book via tiqets.com checkout flow. However, it is also accessible for API partners using the booking API but some fields might not be relevant or always empty. We recommend to our booking API partners to use the List orders endpoint described in the Booking API section

Retrieve list of refunds for the report

get
/reports/refunds
Query parameters
page_sizeinteger · min: 1 · max: 100Optional

Number of items per page. Default value is 10, maximum value is 100.

Default: 10Example: 5
pageinteger · min: 1Optional

Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.

Default: 1Example: 1
start_datestring · dateOptional

First day for which to return opening times.

Example: 2020-03-21
end_datestring · dateOptional

Last day for which to return opening times. The maximum time range is 90 days; retrieving opening times for more than 90 days in one API request results in an error.

Example: 2020-03-25
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/reports/refunds

Last updated

Was this helpful?