Get transactions from Guesty Pay providers

  The endpoint retrieves transaction data from Guesty Pay providers
  The endpoint supports filtering by:
    - date range (startDate and endDate)
    - reservation confirmation code
    - subAccountId
  However, you can not use the reservationConfirmationCode filter together with other filters.

  The date range filter is mandatory if you do not use the reservationConfirmationCode filter.
  
Query Params
string

Start date filter.

string

End date filter.

string

Return data for a specific sub account. The format should be accountId.subAccountId.

string

Reservation confirmation code. This filter cannot be used together with other filters.

number
≥ 0
Defaults to 0

Entries to skip.

number
1 to 100
Defaults to 25

Entries to take.

Responses

401

You need to be authenticated to access this endpoint

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json