Medos Booking Docs
Callbacks & Events

Callbacks & Events

How the widget notifies your page about bookings, errors, and closes.

The widget exposes three callbacks via init() (and open()):

  • onSuccess(data) — a booking completed successfully.
  • onError(error) — something recoverable went wrong.
  • onClose() — the modal was closed (modal mode only).

Each has its own page with the exact payload shape and common patterns.