get_booking_status
Check the status of a booking to view its confirmation number, service details, and current stage from pending payment to confirmed or failed.
Instructions
Check the status of a booking.
Args:
booking_id: The booking_id returned by book_slot.
Returns:
Booking record with status, confirmation_number, service details, and checkout_url.
Status values:
pending_payment — awaiting customer checkout
fulfilling — payment received, confirming with supplier (up to 45s)
booked — confirmed by supplier; confirmation_number is set
failed — fulfillment failed; payment hold cancelled
cancelled — booking cancelled and refundedInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes |