API Tutorial : Booking engine workflow

Introduction

This tutorial will show you how to build a booking engine based on the Yoplanning API. If you want to be able to sell Yoplanning activities in your system, you are on the right place to start. We assume that you have read the API documentation and that you already have your API token.
We will cover the 6 steps involved in the worflow :
  1. Retrieve your teams data
  2. Get the list of products
  3. Get availabilities for a specific product
  4. (Optional) Retrieve available options (equipments)
  5. (Optional) Check everything is still available
  6. (Optional) Handle the payment via Payment Manager
  7. Place the order

Retrieve your teams data

Get the list of products

Get availabilities for a product

(Optional) Retrieve available options (equipments)

(Optional) Check everything is still available

(Optional) Create a payment via Payment Manager

Place the order

Help