Blocks
Lemon Squeezy
Modern payment platform for SaaS and digital products
Integrate with Lemon Squeezy (acquired by Stripe) for subscription billing, license keys, VAT handling, digital downloads, and payment processing. Perfect for SaaS businesses with API key authentication.
Block Preview
Lemon Squeezy
Modern payment platform for SaaS and digital products
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the lemonsqueezy block with monitoring enabled in production.
Inputs (UI)
Lemon Squeezy API Key
short-inputPlaceholder: Enter your Lemon Squeezy API key
Layout: full
Operation
dropdownLayout: full
Options: List Products, Get Product, List Subscriptions, Get Subscription
Product ID
short-inputPlaceholder: Enter product ID
Layout: full
Condition: operation = "get_product"
Subscription ID
short-inputPlaceholder: Enter subscription ID
Layout: full
Condition: operation = ["get_subscription","cancel_subscription"]
Order ID
short-inputPlaceholder: Enter order ID
Layout: full
Condition: operation = "get_order"
License Key
short-inputPlaceholder: Enter license key to validate
Layout: full
Condition: operation = "validate_license"
Inputs (API)
credential
stringRequired
operation
stringRequired
productId
stringOptional
subscriptionId
stringOptional
orderId
stringOptional
licenseKey
stringOptional
Outputs
Primary response type:
{
"data": "json"
}