Introduction

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.

To use the Bookings API, import * as wixSiteBookings from the @wix/site-bookings module:

Copy

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.

Did this help?