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.

Back to Catalog
Toolslemonsqueezy

Block Preview

Lemon Squeezy

Modern payment platform for SaaS and digital products

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the lemonsqueezy block with monitoring enabled in production.

Inputs (UI)

Lemon Squeezy API Key

short-input

Placeholder: Enter your Lemon Squeezy API key

Layout: full

Operation

dropdown

Layout: full

Options: List Products, Get Product, List Subscriptions, Get Subscription

Product ID

short-input

Placeholder: Enter product ID

Layout: full

Condition: operation = "get_product"

Subscription ID

short-input

Placeholder: Enter subscription ID

Layout: full

Condition: operation = ["get_subscription","cancel_subscription"]

Order ID

short-input

Placeholder: Enter order ID

Layout: full

Condition: operation = "get_order"

License Key

short-input

Placeholder: Enter license key to validate

Layout: full

Condition: operation = "validate_license"

Inputs (API)

credential

string

Required

operation

string

Required

productId

string

Optional

subscriptionId

string

Optional

orderId

string

Optional

licenseKey

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

lemonsqueezy_api
Lemon Squeezy | NowFlow Blocks