Booking confirmation (guest)
GET/api/v1/booking-confirmation/:bookingId
Public booking-confirmation view keyed by booking id — the guest's confirmation page. 404 when the booking is not a confirmed reservation (e.g. a paid-but-failed booking that was compensated to CANCELLED): there is no confirmation to show. The guest's money-aware status (refund pending, etc.) is served by the payment/booking status poll instead.
Request
Responses
- 200
OK