Blocks

Paddle

Merchant of Record for SaaS subscription billing

Integrate with Paddle for complete payment infrastructure, tax handling, subscription management, and global compliance. Perfect for SaaS companies scaling internationally with API key authentication.

Back to Catalog
Toolspaddle

Block Preview

Paddle

Merchant of Record for SaaS subscription billing

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 paddle block with monitoring enabled in production.

Inputs (UI)

Paddle API Key

short-input

Placeholder: Enter your Paddle API key

Layout: full

Operation

dropdown

Layout: full

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

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","update_subscription","cancel_subscription"]

Customer ID

short-input

Placeholder: Enter customer ID

Layout: full

Condition: operation = "get_customer"

Inputs (API)

credential

string

Required

operation

string

Required

productId

string

Optional

subscriptionId

string

Optional

customerId

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

paddle_api
Paddle | NowFlow Blocks