hemmabo_booking_cancel
Cancel a confirmed booking and automatically process the Stripe refund. Refund amount follows the host's cancellation policy. Returns confirmation with refund amount and status.
Instructions
Cancel a confirmed booking and process the Stripe refund. Use this tool when the guest explicitly requests cancellation. Do NOT use for pending/unpaid bookings — those expire automatically. Refund amount is calculated based on the host's cancellation policy. Returns cancellation confirmation with refund amount and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reservationId | Yes | Booking UUID from hemmabo_booking_checkout or hemmabo_booking_create (e.g. '550e8400-e29b-41d4-a716-446655440000'). | |
| reason | No | Cancellation reason for host notification (e.g. 'Travel plans changed'). Optional but recommended. |