Search found 11 matches

by sorenjensen
Tue Mar 10, 2026 9:40 am
Forum: API
Topic: create new vouncher code trough API ?
Replies: 1
Views: 2734

Re: create new vouncher code trough API ?

Hi Thierry This feature is not available through the API but i've added this as a feature request to our roadmap and we will be adding this functionality at some point in the future! I apologize for the inconvenience. Let me know if you have any other questions or run into any issues. Best regards S...
by sorenjensen
Wed Oct 08, 2025 10:20 am
Forum: General
Topic: Pissed off about security code for viewing credit cards
Replies: 3
Views: 25448

Re: Pissed off about security code for viewing credit cards

Hi

There are a few different flows and to investigate this issue, could you open a ticket and send us the booking ID?

I look forward to your ticket!

Best regards

Soren
by sorenjensen
Thu Oct 02, 2025 11:32 am
Forum: General
Topic: Pissed off about security code for viewing credit cards
Replies: 3
Views: 25448

Re: Pissed off about security code for viewing credit cards

Hi I understand your concerns and appreciate you sharing your perspective. The current process of requiring the code from the confirmation email is how credit cards and their CCV codes have always been handled in our system, as part of maintaining security. If you would like us to review this furthe...
by sorenjensen
Fri Aug 01, 2025 2:34 pm
Forum: Channel Incidents and Outages
Topic: Beds24-Wiki Pages Returning 403 Error
Replies: 2
Views: 289477

Re: Beds24-Wiki Pages Returning 403 Error

Hi Which pages are you experiencing this 403 error and are you still having this issue? We have had some bots scrape our wiki pages and the forum which causes this 403 error to appear, it should be only down for a few minutes at most and then back up again. I look forward to your reply. Best regards...
by sorenjensen
Fri Sep 20, 2024 12:42 pm
Forum: API
Topic: Deleted bookings and webhooks?
Replies: 1
Views: 133340

Re: Deleted bookings and webhooks?

Hi Bill We generally dont support deleting bookings and it won't send a webhook if a booking was deleted. I would recommend that you do not delete bookings and instead set them to status = cancelled, which will send a webhook. I hope that answers your question, if you have any other questions, feel ...
by sorenjensen
Wed Sep 04, 2024 7:13 am
Forum: API
Topic: Webhook for all bookings
Replies: 5
Views: 147394

Re: Webhook for all bookings

Hi Bill You're completely right, i missed that and apologize for the oversight. You can use that "copy" function to copy the settings to all of your properties. If you experience any issues using that feature or have any other questions, please feel free to contact us here on the forum. Best regards...
by sorenjensen
Fri Aug 30, 2024 12:49 pm
Forum: API
Topic: Webhook for all bookings
Replies: 5
Views: 147394

Re: Webhook for all bookings

Hi Bill At this point in time we do not have a bulk option to add them to all your properties automatically, you need to add them manually one-by-one. I can't add the webhook url to your properties for you, that's only something you (the owner) can do. I hope that answers your question, if you have ...
by sorenjensen
Fri Aug 30, 2024 9:17 am
Forum: API
Topic: Webhook for all bookings
Replies: 5
Views: 147394

Re: Webhook for all bookings

Hi Bill The best way to get automatic bookings sent to you is through our webhook v2, which sends a POST request to the webhook per property. To set it up, you go to PROPERTIES - Access and in the dropdown list for "Webhook Version" you need to choose 2. There are 2 versions of the version 2 webhook...
by sorenjensen
Fri Aug 30, 2024 9:12 am
Forum: API
Topic: Fixed Price
Replies: 3
Views: 141879

Re: Fixed Price

Hi

To get the fixed price you'll have to use the endpoint getRates that you can find here: https://api.beds24.com/json/getRates

I hope that answers your question, if you have any other questions please feel free to contact us again!

Best regards

Soren
by sorenjensen
Fri May 10, 2024 6:50 am
Forum: API
Topic: Implementation plan for setting up as a generic OTA
Replies: 5
Views: 156714

Re: Implementation plan for setting up as a generic OTA

Hi 1. There already is a feature for that, it's the https://beds24.com/api/v2/#/Bookings/get_bookings endpoint and you just have to specify the channel, then you'll be able to get the bookings for just one OTA at a time. 2. I wouldn't completely rebuild anything, since v1 and v2 is quite similar and...