Link Search Menu Expand Document

Booking Status

Booking systems do use of all sorts of statuses depending on their supported use cases.

At Wherewolf, we found that despite the diverse ecosystem the following list of statuses are enough for our use case.

  • Pending (unpaid or partially paid)
  • Active (confirmed)
  • Rebooked (cancelled but linked to a new one)
  • Deleted (cancelled)

If your system do use of more statuses, you will need to map them accordingly to categorise the bookings into one of these.

Statuses are strings: Pending, Active, Rebooked and Deleted.

Note: Booking statuses are not the same as Guest statuses. Check guest update payload here