---
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
  - `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

---

[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/b7b1f6448378?raw)
