---
title: "Get Hotel Cancel Info"
method: GET
path: "/bookings/hotel/{booking_id}/cancel-info"
tags: ["bookings"]
---

# Get Hotel Cancel Info

`GET /bookings/hotel/{booking_id}/cancel-info`

Preview whether a hotel booking can be cancelled, and the refund estimate.

## Path parameters

- `booking_id` string, required

## Response `200`

Successful Response

- HotelCancelInfoResponse
  - `booking_id` string, required
  - `can_cancel` boolean, required
  - `customer_cancellable` false, nullable
  - `reason` string, nullable
  - `reason_code` string, nullable
  - `current_penalty_percent` integer, required
  - `free_cancellation_until` string, date-time, nullable
  - `charged_amount` integer
  - `charged_currency` string, nullable
  - `refund_amount` integer
  - `refund_currency` string, nullable
  - `is_within_free_cancel` boolean

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 1 not diffed.

- **2026-09-23** `5d2121d26b96` — 1 info
  - added the optional property `customer_cancellable` to the response with the `200` status

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/bookings/hotel/:booking_id/cancel-info/get.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/201bba08e85c?raw)
