Setting/custom booking: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
Custom values can be set at Property and Room level for Booking.com | |||
Custom values can be defined to specify specific values for this channel only. This will override the values you have set generally. Add the parameters one per line. Available parameters are: | Custom values can be defined to specify specific values for this channel only. This will override the values you have set generally. Add the parameters one per line. Available parameters are: | ||
| Line 65: | Line 65: | ||
'''4. Taxes and fees''' | '''4. Taxes and fees - Values can be set for Property or Room.''' | ||
Taxes and fees can apply per stay, per day, per person and night or as a percentage. | Taxes and fees can apply per stay, per day, per person and night or as a percentage. | ||
| Line 78: | Line 78: | ||
CITYTAXPERCENT - a percentage is added for citytax. | CITYTAXPERCENT - a percentage is added for citytax. | ||
VATRATEPERCENT - will send the vat rate for your property. | |||
| Line 85: | Line 87: | ||
CLEANINGFEE | CLEANINGFEE | ||
ELECTRICITYFEE | ELECTRICITYFEE | ||
| Line 162: | Line 163: | ||
In this example we will send that a fee applies for pets. Booking.com will not display the amount though. | In this example we will send that a fee applies for pets. Booking.com will not display the amount though. | ||
'''4.1 Future Charges''' | |||
The Booking.com Charges API allows setting date-based fees/taxes using '''FROM''' and '''TO'''. | |||
'''Format:''' | |||
<pre> | |||
FEENAME=amount FROM=YYYY-MM-DD TO=YYYY-MM-DD | |||
</pre> | |||
'''Example:''' | |||
<pre> | |||
AIRPORTSHUTTLEFEE=12 FROM=2026-03-09 TO=2026-05-31 | |||
</pre> | |||
The fee applies only within the defined date range. Outside this period, the previous value applies. | |||
'''Notes:''' | |||
* '''FROM''' is optional (defaults to today) | |||
* '''TO''' is optional (applies indefinitely if not set) | |||
* Both formats are supported: | |||
<pre> | |||
FEENAME 10 | |||
FEENAME=10 | |||
</pre> | |||
'''Unsetting a charge:''' | |||
<pre> | |||
FEENAME=0 FROM=YYYY-MM-DD | |||
</pre> | |||
'''Rules:''' | |||
* Charges cannot overlap | |||
* Avoid using past dates (may cause unexpected results) | |||
* On import, '''FROM''' is only set if it is in the future | |||
'''Booking.com UI behavior:''' | |||
Updating charges may create duplicate entries instead of replacing existing ones. | |||
Recommended flow: | |||
1. Remove existing charges | |||
2. Sync | |||
3. Add new values | |||
4. Sync again | |||
'''5. Security deposit''' | '''5. Security deposit''' | ||
| Line 208: | Line 260: | ||
Guests needs to pay a security deposit of 100 seven days before check-in by credit card. The deposit is returned 7 days after check-out via Paypal. | Guests needs to pay a security deposit of 100 seven days before check-in by credit card. The deposit is returned 7 days after check-out via Paypal. | ||
SECURITYDEPOSIT 0 will remove the Security deposit from Booking.com. | |||
'''6. Legal''' | '''6. Legal''' | ||
| Line 339: | Line 394: | ||
''' Parking Default Values ''' | ''' Parking Default Values ''' | ||
{| class="wikitable" style="width: | {| class="wikitable" style="width:100%; font-size:90%; white-space:normal;" | ||
! Parking Type | ! Parking Type | ||
! Parking Type / Kind | ! Parking Type / Kind | ||
| Line 376: | Line 432: | ||
| RESERVATION_NOT_NEEDED | | RESERVATION_NOT_NEEDED | ||
|} | |} | ||
PARKING_INDOOR | PARKING_INDOOR | ||