Updates the booking status to CONFIRMED without checking whether the relevant slot or schedule is still available.
Call this method only when using a custom checkout page. Don't
call it when using a Wix eCommerce checkout.
In such cases, Wix automatically updates the booking status based on
the paymentStatus of the corresponding Wix eCommerce order.
When using a custom checkout flow for free bookings, call this method to confirm bookings even when a double booking conflict exists. The alternative Confirm or Decline Booking method doesn't support confirming double-booked free bookings in this scenario.
Confirm Booking doesn't check whether a slot or schedule is still available. For these checks, call Confirm or Decline Booking instead.
You can only confirm bookings with a status of PENDING, CREATED, or
WAITING_LIST.
Confirm Booking doesn't check whether a slot or schedule is still available. You can specify
to forcefully set the booking's doubleBooked flag to true, regardless of
a potential double booking conflict. You must call with Manage Bookings
permissions to do so. For the default flow control settings
{"checkAvailabilityValidation": false}, the specified doubleBooked value
is ignored.
Also updates the booking's paymentStatus, if you specify a new payment
status.
You can specify a participantNotification.message for the customer. To send
the message, you must also specify participantNotification.notifyParticipants
as true.
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
There is 1 error with this status code.
There are 3 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.