Introduction

With the Bookings API, you can build a customized bookings experience for customers to book and check out a service.

With the Bookings API, you can:

  • See the available slots and payment options for a service.
  • Book a service and process payment.

Learn more by reviewing this sample flow (SDK | Velo).

To use the Bookings API, import wixBookingsFrontend from the wix-bookings-frontend module:

Copy
import wixBookingsFrontend from "wix-bookings-frontend";

Before you begin

It's important to note the following points before starting to code:

  • A site must have a Premium Business Plan in order to accept bookings and receive payments.

  • Wix Bookings must be installed on a site before you can use the Bookings API.

Terminology

For a comprehensive glossary of Wix Bookings terms, see Terminology (SDK | Velo).

Did this help?