Cancellation Policies
Supported Cancellation Policies
STRICT: 30% penalty until 30 days before check-in
FIRM: free cancellation until 30 days before check-in
DEPRECATED → only existing properties can still have it, not offered to new propertiesMODERATE: free cancellation until 14 days before check-in
New Cancellation policies added in July 2023:
FLEXIBLE_1D: free cancellation until 1 day before check-in
FLEXIBLE_5D:
free cancellation until 5 days before check-in
50% penalty less than 5 days before check-in
Firm_30D_7D:
free cancellation until 30 days before check-in
50% penalty less than 30 days, but 7 days before check-in
100% penalty less than 7 days before check-in
Cancellation Periods
These are the periods for the supported cancellation policies.
[
{
"type": "BOOKING",
"unit": "DAYS",
"offset": 0,
"cutoffTime": null,
"penaltyFee": null,
"refundPercent": 70
},
{
"type": "CHECKIN",
"unit": "DAYS",
"offset": -30,
"cutoffTime": "MIDNIGHT_BEFORE_CHECKIN",
"penaltyFee": null,
"refundPercent": 0
}
]
Policy name | Description | Periods |
---|---|---|
STRICT |
| [
{
"type": "BOOKING",
"unit": "DAYS",
"offset": 0,
"cutoffTime": null,
"penaltyFee": null,
"refundPercent": 70
},
{
"type": "CHECKIN",
"unit": "DAYS",
"offset": -30,
"cutoffTime": "MIDNIGHT_BEFORE_CHECKIN",
"penaltyFee": null,
"refundPercent": 0
}
] |
FIRM
DEPRECATED for new listings |
| [
{
"type": "BOOKING",
"unit": "DAYS",
"offset": 0,
"cutoffTime": null,
"penaltyFee": null,
"refundPercent": 100
},
{
"type": "CHECKIN",
"unit": "DAYS",
"offset": -30,
"cutoffTime": "MIDNIGHT_BEFORE_CHECKIN",
"penaltyFee": null,
"refundPercent": 0
}
] |
MODERATE |
| |
FIRM_30D_7D |
| |
FLEXIBLE_5D |
| |
FLEXIBLE_1D |
|
Payment Policies
These are the payment policies for the supported cancellation policies.
Policy name | Payment Description | Payment Policies |
---|---|---|
STRICT |
| |
FIRM
DEPRECATED for new listings |
| |
MODERATE |
| |
FIRM_30D_7D |
| |
FLEXIBLE_5D |
| |
FLEXIBLE_1D |
|
Cancellation and Payment Timelines
Below is a visualization of the refund periods and payment policies for each cancellation policy from the time of booking until the check-in date.
The blue rectangles indicate the payment percentage against time in days. The other colored rectangles indicate the penalty percentage on cancellation against time in days.
Â