Use with Lia’s checkout

Introduction

  1. Create a product
  2. Create an offer
  3. Send the offer’s url to your customer
  4. Create webhooks (optional)

Creating a product

To create a product you will first need to select a correct Kind and Shift:

  1. List all kinds and select the one that fits the most
  2. List all shifts and select the one that fits the most
  3. Create the product

Creating an offer

To create an offer you will need the product ID and build the payment configurations:

  1. Get the product ID from the previous step
  2. Build the payment configurations for that offer
  3. Create the offer
  4. Get the url and send it to your customer

Create webhooks

Create webhooks to receive all updates from our entities.

  1. Define if you will need a webhhook by Order, Billing or Bill.
  2. Define the events you will need to listen.
  3. Create the webhook with the entity that fits the most your use case.