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.
Block Preview
Paddle
Merchant of Record for SaaS subscription billing
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 paddle block with monitoring enabled in production.
Inputs (UI)
Paddle API Key
short-inputPlaceholder: Enter your Paddle API key
Layout: full
Operation
dropdownLayout: full
Options: List Products, Get Product, List Prices, List Subscriptions
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","update_subscription","cancel_subscription"]
Customer ID
short-inputPlaceholder: Enter customer ID
Layout: full
Condition: operation = "get_customer"
Inputs (API)
credential
stringRequired
operation
stringRequired
productId
stringOptional
subscriptionId
stringOptional
customerId
stringOptional
Outputs
Primary response type:
{
"data": "json"
}