Lemon Squeezy Pro
Aqsa Fatima
Last Update 2 tahun yang lalu
Description:
Lemon Squeezy Plugin – Simplified Payments and Subscriptions for Your WebsiteThe Lemon Squeezy Plugin enables you to seamlessly handle payments, subscriptions, and product sales directly on your website. As your merchant of record, Lemon Squeezy takes care of payment processing and tax compliance, letting you focus on growing your business.
Setting up the plugin:
- Lemon Squeezy Integration plugin on your Bubble app.
- Register for a Lemon Squeezy account on https://lemonsqueezy.com
- Create an API key in your account settings https://app.lemonsqueezy.com/settings/api
- Insert this API key in the plugin settings of your Bubble app
Checkout:
- Use the following workflow for checkout


List all your Stores:
- In the workflow tab, use the action "List all stores"
- store the information somewhere and use itÂ

Retrieve a single store:
- In the workflow tab, use the action "Retrieve a store"
- Pass the store id
- store the information somewhere and use itÂ

List all your Products:
- In the workflow tab, use the action "List all products"
- store the information somewhere and use itÂ

Retrieve a single Product:
- In the workflow tab, use the action "Retrieve a product"
- Pass the product id
- store the information somewhere and use itÂ

Authenticated User:
- In the workflow tab, use the action "Retrieve Authenticated Users"

List all Customers:
- In the workflow tab, use the action "List all customers"
- store the information somewhere and use itÂ

Retrieve a single Customer:
- In the workflow tab, use the action "Retrieve a customer"
- Pass the customer id
- store the information somewhere and use itÂ

List all your Variants:
- In the workflow tab, use the action "List all Variants"
- store the information somewhere and use itÂ

Retrieve a single variant:
- In the workflow tab, use the action "Retrieve a Variant"
- Pass the Variant id
- store the information somewhere and use itÂ

List all your Orders:
- In the workflow tab, use the action "List all Orders"
- store the information somewhere and use itÂ

Retrieve a single order:
- In the workflow tab, use the action "Retrieve a Order"
- Pass the Order id
- store the information somewhere and use itÂ

List all Order Items:
- In the workflow tab, use the action "List all Orders Items"
- store the information somewhere and use itÂ

Retrieve a order Item:
- In the workflow tab, use the action "Retrieve an Order item"
- Pass the item id
- store the information somewhere and use itÂ

List all Prices:
- In the workflow tab, use the action "List all Prices"
- store the information somewhere and use itÂ

Retrieve a single price:
- In the workflow tab, use the action "Retrieve a Price"
- Pass the price id
- store the information somewhere and use itÂ

List all Discounts
- In the workflow tab, use the action "List all Discounts"
- store the information somewhere and use itÂ

Create a Discount:
- Use the following workflow to create a discount

