Skip to content
← Back to documentation
Technical Reference

Lemon Squeezy

Lemon Squeezy is a payment gateway for e-commerce and subscription-based businesses.

CategoryOther
Authenticationcustom
Version0.2.0
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

Connect Lemon Squeezy with Flows360

Lemon Squeezy is a payment gateway for e-commerce and subscription-based businesses.

Use the Lemon Squeezy connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 7 actions and 16 triggers.

Available actions

  • List Products
  • List Orders
  • Get Order
  • List Subscriptions
  • Create Checkout
  • List Customers
  • Custom API Call

Available triggers

  • Order Created
  • Order Refunded
  • Subscription Created
  • Subscription Updated
  • Subscription Cancelled
  • Subscription Resumed
  • Plus 10 additional declared triggers.

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: Lemon Squeezy
  • Package: @activepieces/piece-lemon-squeezy@0.2.0
  • Exact artifact digest: sha256:10ddaa3223e1b1765b59653ce1371423e6706095e3f51037d41b51583db09d1a
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • List Products (list_products), Retrieve a paginated list of products from your Lemon Squeezy store. Classification: read.
  • List Orders (list_orders), Retrieve a paginated list of orders from your Lemon Squeezy store, with optional filters. Classification: read.
  • Get Order (get_order), Retrieve the details of a specific order by its ID. Classification: read.
  • List Subscriptions (list_subscriptions), Retrieve a paginated list of subscriptions from your Lemon Squeezy store. Classification: read.
  • Create Checkout (create_checkout), Create a checkout URL for a specific Lemon Squeezy product variant. Classification: read.
  • List Customers (list_customers), Retrieve a paginated list of customers from your Lemon Squeezy store. Classification: read.
  • Custom API Call (custom_api_call), Make a custom API call to a specific endpoint Classification: read.

Trigger contracts

  • Order Created, webhook.
  • Order Refunded, webhook.
  • Subscription Created, webhook.
  • Subscription Updated, webhook.
  • Subscription Cancelled, webhook.
  • Subscription Resumed, webhook.
  • Subscription Expired, webhook.
  • Subscription Paused, webhook.
  • Subscription Unpaused, webhook.
  • Subscription Payment Success, webhook.
  • Subscription Payment Failed, webhook.
  • Subscription Payment Recovered, webhook.
  • Subscription Payment Refunded, webhook.
  • License Key Created, webhook.
  • License Key Updated, webhook.
  • Affiliate Activated, webhook.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

Authenticationcustom
Supported objects23
Supported actions7
Triggers16

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
List Products Yes No Retrieve a paginated list of products from your Lemon Squeezy store.
List Orders Yes No Retrieve a paginated list of orders from your Lemon Squeezy store, with optional filters.
Get Order Yes No Retrieve the details of a specific order by its ID.
List Subscriptions Yes No Retrieve a paginated list of subscriptions from your Lemon Squeezy store.
Create Checkout Yes No Create a checkout URL for a specific Lemon Squeezy product variant.
List Customers Yes No Retrieve a paginated list of customers from your Lemon Squeezy store.
Custom API Call Yes No Make a custom API call to a specific endpoint
Order Created Yes No webhook trigger declared by the pinned package.
Order Refunded Yes No webhook trigger declared by the pinned package.
Subscription Created Yes No webhook trigger declared by the pinned package.
Subscription Updated Yes No webhook trigger declared by the pinned package.
Subscription Cancelled Yes No webhook trigger declared by the pinned package.
Subscription Resumed Yes No webhook trigger declared by the pinned package.
Subscription Expired Yes No webhook trigger declared by the pinned package.
Subscription Paused Yes No webhook trigger declared by the pinned package.
Subscription Unpaused Yes No webhook trigger declared by the pinned package.
Subscription Payment Success Yes No webhook trigger declared by the pinned package.
Subscription Payment Failed Yes No webhook trigger declared by the pinned package.
Subscription Payment Recovered Yes No webhook trigger declared by the pinned package.
Subscription Payment Refunded Yes No webhook trigger declared by the pinned package.
License Key Created Yes No webhook trigger declared by the pinned package.
License Key Updated Yes No webhook trigger declared by the pinned package.
Affiliate Activated Yes No webhook trigger declared by the pinned package.

Supported actions

List Products · Read

Retrieve a paginated list of products from your Lemon Squeezy store.

list_products · Risk: low · Retry: safe

Inputs

  • storeId · string · Optional, Filter products by store. Leave empty to return products from all stores.
  • page · number · Optional, Page number for pagination (starts at 1).
  • perPage · number · Optional, Number of products to return per page (1u2013100). Default is 10.
List Orders · Read

Retrieve a paginated list of orders from your Lemon Squeezy store, with optional filters.

list_orders · Risk: low · Retry: safe

Inputs

  • storeId · string · Optional, Filter orders by store. Leave empty to return orders from all stores.
  • userEmail · string · Optional, Filter orders by customer email address.
  • status · string · Optional, Filter orders by status.
  • page · number · Optional, Page number for pagination (starts at 1).
  • perPage · number · Optional, Number of orders to return per page (1u2013100). Default is 10.
Get Order · Read

Retrieve the details of a specific order by its ID.

get_order · Risk: low · Retry: safe

Inputs

  • orderId · string · Required, Select the order to retrieve.
List Subscriptions · Read

Retrieve a paginated list of subscriptions from your Lemon Squeezy store.

list_subscriptions · Risk: low · Retry: safe

Inputs

  • storeId · string · Optional, Filter subscriptions by store.
  • orderId · string · Optional, Filter subscriptions by order.
  • orderItemId · string · Optional, Filter subscriptions by a specific order item ID.
  • productId · string · Optional, Filter subscriptions by product.
  • variantId · string · Optional, Filter subscriptions by variant.
  • userEmail · string · Optional, Filter subscriptions by customer email address.
  • status · string · Optional, Filter subscriptions by status.
  • page · number · Optional, Page number for pagination (starts at 1).
  • perPage · number · Optional, Number of subscriptions to return per page (1u2013100). Default is 10.
Create Checkout · Read

Create a checkout URL for a specific Lemon Squeezy product variant.

create_checkout · Risk: low · Retry: safe

Inputs

  • storeId · string · Required, The store the checkout belongs to.
  • productId · string · Optional, Select a product to filter the variant list below.
  • variantId · string · Required, The product variant to create a checkout for.
  • customerEmail · string · Optional, Pre-fill the customer email address on the checkout page.
  • customerName · string · Optional, Pre-fill the customer name on the checkout page.
  • customPrice · number · Optional, Override the product price in the smallest currency unit (e.g. 999 = $9.99). Only works if custom prices are enabled on the variant.
  • discountCode · string · Optional, Pre-apply a discount code to the checkout.
  • redirectUrl · string · Optional, URL to redirect the customer to after a successful purchase.
  • expiresAt · string · Optional, ISO 8601 datetime when this checkout URL expires (e.g. 2024-12-31T23:59:59Z). Leave empty for no expiry.
  • customData · object · Optional, Key-value pairs of custom data to attach to the order (accessible via webhooks).
List Customers · Read

Retrieve a paginated list of customers from your Lemon Squeezy store.

list_customers · Risk: low · Retry: safe

Inputs

  • storeId · string · Optional, Filter customers by store. Leave empty to return customers from all stores.
  • email · string · Optional, Filter customers by their email address.
  • page · number · Optional, Page number for pagination (starts at 1).
  • perPage · number · Optional, Number of customers to return per page (1u2013100). Default is 10.
Custom API Call · Read

Make a custom API call to a specific endpoint

custom_api_call · Risk: low · Retry: safe

Inputs

  • url · object · Required
  • method · string · Required
  • headers · object · Optional, Authorization headers are injected automatically from your connection.
  • queryParams · object · Optional, Appended to the URL as ?key=value.
  • body_type · string · Optional
  • body · object · Optional
  • response_is_binary · boolean · Optional, Enable for files like PDFs, images, etc.
  • failsafe · boolean · Optional, On a failed request, output the error instead of failing the step.
  • timeout · number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).
  • followRedirects · boolean · Optional, Follow 3xx redirects instead of returning them as the response.

Triggers

Order Created · Webhook

Triggers when a new order is successfully placed

Inputs

  • store_id · string
Order Refunded · Webhook

Triggers when a full or partial refund is made on an order

Inputs

  • store_id · string
Subscription Created · Webhook

Triggers when a new subscription is successfully created

Inputs

  • store_id · string
Subscription Updated · Webhook

Triggers when a subscription's data is changed or updated

Inputs

  • store_id · string
Subscription Cancelled · Webhook

Triggers when a subscription is cancelled manually by the customer or store owner

Inputs

  • store_id · string
Subscription Resumed · Webhook

Triggers when a subscription is resumed after being previously cancelled

Inputs

  • store_id · string
Subscription Expired · Webhook

Triggers when a subscription has ended after being previously cancelled

Inputs

  • store_id · string
Subscription Paused · Webhook

Triggers when a subscription's payment collection is paused

Inputs

  • store_id · string
Subscription Unpaused · Webhook

Triggers when a subscription's payment collection is resumed after being previously paused

Inputs

  • store_id · string
Subscription Payment Success · Webhook

Triggers when a subscription payment is successful

Inputs

  • store_id · string
Subscription Payment Failed · Webhook

Triggers when a subscription renewal payment fails

Inputs

  • store_id · string
Subscription Payment Recovered · Webhook

Triggers when a subscription has a successful payment after a failed payment

Inputs

  • store_id · string
Subscription Payment Refunded · Webhook

Triggers when a subscription payment is refunded

Inputs

  • store_id · string
License Key Created · Webhook

Triggers when a license key is created from a new order

Inputs

  • store_id · string
License Key Updated · Webhook

Triggers when a license key is updated

Inputs

  • store_id · string
Affiliate Activated · Webhook

Triggers when an affiliate is activated

Inputs

  • store_id · string

Setup

Setup

  1. Add the Lemon Squeezy connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-lemon-squeezy@0.2.0; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 7 actions and 16 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required Lemon Squeezy connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-lemon-squeezy@0.2.0 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.