Use with Lia’s checkout
Introduction
- Create a product
- Create an offer
- Send the offer’s url to your customer
- Create webhooks (optional)
Creating a product
To create a product you will first need to select a correct Kind and Shift:
- List all kinds and select the one that fits the most
- List all shifts and select the one that fits the most
- Create the product
Creating an offer
To create an offer you will need the product ID and build the payment configurations:
- Get the product ID from the previous step
- Build the payment configurations for that offer
- Create the offer
- Get the url and send it to your customer
Create webhooks
Create webhooks to receive all updates from our entities.
- Define if you will need a webhhook by Order, Billing or Bill.
- Define the events you will need to listen.
- Create the webhook with the entity that fits the most your use case.