Payment Method Enumeration
by GuestyA new payment method enumeration table has been added. It represents all the supported methods for recording external guest payments or refunds on a reservation. Check it out.
A new payment method enumeration table has been added. It represents all the supported methods for recording external guest payments or refunds on a reservation. Check it out.
New webhook guides are available completing our coverage of them. Learn more at the links below.
These are the latest Guest Experience endpoint developments you can benefit from
Endpoint
The ability to classify your guests by age group, available in our app, has been released to our Open API. Specifically, you can define the number of guests that match each of the following age groups:
Learn more here.
Note
This endpoint is still in Beta. If you have access to it, expect some bugs and if you wish to gain access, please speak with your Account Manager or contact us.
Endpoints
Ensure that your properties are properly described with our new Spaces API. This API provides you with the following capabilities:
Endpoints
You've asked and we've obliged. Finally, we have brought the functionality of the House Rules in the app to the API. Using the new endpoint you can:
This update makes it easier to manage your guest policy to set better expectations, and to better reflect expected guest behavior leading to better quality reservations.
These are the latest Financial endpoint developments you can now benefit from:
Endpoint
Easily track which guest payment method was used for a reservation by adding the reservation ID to the guest's payment method. This field is optional for now, but will become a requirement from April.
Endpoints
You can now define booking channel commissions and taxes on these commissions via our Open API. Specifically, you can update the commissions on an account and listing level. Likewise you can retrieve them too.
To view a list of booking channels and their supported configurations, see this table of enumerators.
Endpoints
Our accounting customers can now view their business models via the Open API and assign listings to them.
Weโre continuously enhancing our Open API capabilities to seamlessly and securely extend the reach of the Guesty platform across your internal activities. These are the latest significant Open API developments you can now benefit from:
Easily track your invoices and provide transparency to your guests by defining your Additional Fee Settings via our new API.
Define more comprehensive Tax Settings and Tax Conditions while ensuring a stable and clear environment, all via unique API endpoints.
Know your guests better and offer them extraordinary, personalized guest experiences, using a new detailed API, including rich guest data fields.
Retrieve any specific set of tasks to support your operations via our upgraded API with enhanced filtering support.
Ensure financial accuracy by accessing new APIs for Accounting Journal entries and folio balances.
Important
- To enjoy all these new fields and capabilities, remember to switch to the upgraded API before October 31 2022.
- If you havenโt migrated to the Open Authorization 2.0, please make sure you complete the upgrade process and tests before October 31 2022. Learn more about the new Authentication flow here.
- To ensure success and stability of your API calls please allocate time and development resources to complete upgrade processes before the effective dates. After these dates, Guesty will fade out the existing versions and you might experience failed API calls.
While the same webhooks from our old API are still available to you in the new Open API, they're now accompanied by new guides explaining what you can expect from their payloads, and when. Here are the guides currently available with more on the way.
You asked for it and now you have it. Edit your additional fees and taxes on both the account and listing level via our new Additional Fees and Taxes APIs.
The Listing's Calendar endpoints will no longer be served in Guesty Open API.
Retrieving a single calendar
GET /listings/:id/calendar
Retrieving multiple calendars
GET /listings/calendars
Update calendars
PUT /listings/calendars
Tip:
Instead of Listing's Calendar endpoints, you can use the Calendar endpoints.
The Search endpoint will no longer be served in Guesty Open API.
Search for everything
GET /search
Tip:
Instead of the Search endpoint, you can use the relevant dedicated endpoint with specific fields and filters to retrieve the data required.
For instance; you can use
GET /reservations
endpoint for reservations,GET /listings
endpoint for listings, and so on. Please see our API reference for the list of available endpoints.