Jump to Content
Zenoti APIs
GuidesRecipesAPI ReferenceAPI Changelog
Log InZenoti APIs
Guides
Log In
GuidesRecipesAPI ReferenceAPI Changelog

API General Setup and Documentation

  • Overview
  • Getting Started
  • Onboarding
    • Create the backend app and generate a new API key
    • Update the existing API key
  • Authentication
  • Authorization
  • Pagination
  • Response and error codes
  • Map custom sources to your app
  • Rate limits
  • Support

Webhooks

  • Overview
  • Structure of event responses
  • Webhook Failure Handling

Service Booking Workflow

  • Service Booking
    • Step 1: Create a booking
    • Step 2 : Reserve a slot for the booking
    • Step 3 : Confirm the booking
    • Step 4 : Collect payment for the invoice

Product Sale Workflow

  • Product Sale
    • Step 1 : Choose a product
    • Step 2 : Generate an invoice
    • Step 3 : Collect payment for the invoice

Membership Sale Workflow

  • Membership Sale
    • Step 1 : Select a membership
    • Step 2 : Generate an invoice
    • Step 3 : Collect payment for the invoice
    • Step 4 : Close the invoice and send a confirmation email to the guest

Gift Card Sale Workflow

  • Gift Card Sale
    • Step 1 : Select a gift card template
    • Step 2 : Generate an invoice
    • Step 3 : Add payment for the invoice
    • Step 4 : Send the gift card sale email to the guest

Opportunities Workflow

  • Opportunity

Step 2 : Generate an invoice

Suggest Edits
  1. Search for a guest by using the Search for a guest API.
  2. Use the Create an invoice for products API to book the required products and generate an invoice.

πŸ“˜

Note

Alternatively, if you want to add a product to the existing invoice, use the Add a product to the invoice API to add the required products to the invoice.

Updated almost 3 years ago