Discussions

Ask a Question
ANSWERED

Toll Cottage - Amenties not showing

Hello, Toll Cottage amenities are not showing on our website but the rest are. Please can you take alook? Thank you.
ANSWERED

message Endpoint

Is there an update on the upcoming message Endpoint? I'm working on a messaging Agent and functionality like custom message Placeholders, message delivery based on specific day of the week or number of guests would be great. thanks ✌️

Booking flow via API

I need to build a custom website on top of Lodgify's API, but I don't want to use Lodgify's checkout page. So, when a guest starts to book, a checkout process will be on the website instead of redirecting to Lodgify's checkout page. The only thing I will need is probably Lodgify's payment page so that I don't need to develop integrations with payment systems myself. Is it possible to achieve this via API? What I'm trying to do: 1. Create a booking using <https://api.lodgify.com/v1/reservation/booking/> with the status Open. 2. Create a quote using <https://api.lodgify.com/v1/reservation/booking/id/quote> 3. Get a payment link using <https://api.lodgify.com/v2/reservations/bookings/id/quote/paymentLink> When I open a payment link, it says: Cannot make a Payment when Quote status is Not sent. Am I doing everything correctly or should I use different endpoints and different flow? Also, if I do everything correctly, how to change the quote's status to "Sent" from "Not sent"? Thanks.
ANSWERED

No default rate is defined for this property.

When I try to create a new booking via <https://api.lodgify.com/v1/reservation/booking/>, I receive the following error: "No default rate is defined for this property." Body: { "arrival": "2024-02-01", "departure": "2024-02-05", "property_id": 543297, "rooms": [ { "people": 1 } ], "status": "Open", "guest": { "name": "Ivan", "email": "[[email protected]](mailto:[email protected])" } } What should I do with this error? I can create a booking on the platform, so why am I unable to create a booking via API.
ANSWERED

List of bookings on a future/past date

Is it possible to use the endpoint <https://api.lodgify.com/v2/reservations/bookings> to get a list of reservations that are in the calendar on a specific date (in the past or the future)? I was only able to use this endpoint to get the list of current reservations (using stayFilter as Current). But it would be great to be able to use stayFilterDate together.
ANSWERED

How to use the checkin a booking at specidied time

I am trying to use the endpoint <https://api.lodgify.com/v2/reservations/bookings/{id}/checkin> using the booking identifier as id anf the time in the following format: 2024-01-16T14:46:10 And I am gettinf this error: { "message": "Object reference not set to an instance of an object.", "code": 666, "correlation_id": "0HN0LMI04AGTA:000002B7", "event_id": null } Anyone know whats is wrong in my request?
ANSWERED

Udate the total value of a booking using API

Hi everyone! I would like to update (using API) de price of a booking during the guest's stay. My idea was to add add-ons in the booking. But I didn't find this option. It seems I am only able to add add-ons before the booking is confirmed. Another idea was to edit the booking total value directly. I was trying to do it using this endpoint: <https://api.lodgify.com/v1/reservation/booking/{id}> But I was not able to modify the booking price this way. It would be great if it could be described in the reservation what the added value refers to. Can anyone give me a hint on how to do this? Thanks in advance
ANSWERED

APRI INFROMATION

Hi, I ask for the difference in the pronation of these values since they are not clear in rooms the difference for: OPEN, BOOKED, DECLINED, TENTATIVE for payment
ANSWERED

Free field - http post

Hi, I am writing an interface to a tourist manager. I want to post some information about whether I already wrote the booking to the tourist manager or not. Currently, I am writing this information to the key_code field of the rooms, what is a bit unhandy. Is there any unreserved field, where I can post information to? I am using v2 of the API. Best regards Ludwig Gräf
ANSWERED

Webhook Support for Real-Time Booking Messages

Hi, Can we receive real-time messages related to bookings via webhook? Currently, it seems the webhook only supports booking_change events and doesn't trigger for inbox messages linked to any booking. Thanks.