Paddle
Business appsAPI keycredential probe
Paddle Billing catalogue, customers, transactions and subscriptions (API key).
OCNORA ships 35 typed Paddle operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.paddle.com through the HTTP node with the same credential.
Operations 35
- Activate SubscriptionEnd a trial early and start billing the subscription immediately.paddle.activate_subscription
- Archive CustomerRetire a customer so they can no longer be billed.paddle.archive_customer
- Archive DiscountRetire a discount so its code stops being redeemable.paddle.archive_discount
- Archive PriceRetire a price so it can no longer be bought.paddle.archive_price
- Archive ProductRetire a product so it can no longer be sold.paddle.archive_product
- Cancel SubscriptionCancel a subscription now or at the end of the current billing period.paddle.cancel_subscription
- Create CustomerCreate a customer record from an email address.paddle.create_customer
- Create DiscountCreate a discount coupon customers can redeem at checkout.paddle.create_discount
- Create PriceCreate a price for a product — a recurring plan when a billing cycle is given, a one-time price when it is not.paddle.create_price
- Create ProductCreate a catalogue product with a name and a tax category.paddle.create_product
- Charge SubscriptionBill a one-off charge on top of an existing subscription.paddle.create_subscription_charge
- Create TransactionBill a customer for one or more prices, or draft an invoice for them.paddle.create_transaction
- Get CustomerFetch one customer by their Paddle id.paddle.get_customer
- Get DiscountFetch one discount by its Paddle id.paddle.get_discount
- Get Invoice PDF LinkGet a download link for a billed transaction's invoice PDF.paddle.get_invoice_pdf
- Get Payment Method Update TransactionGet the transaction whose checkout lets a customer replace their payment method.paddle.get_payment_method_transaction
- Get PriceFetch one price by its Paddle id.paddle.get_price
- Get ProductFetch one product by its Paddle id.paddle.get_product
- Get SubscriptionFetch one subscription by its Paddle id.paddle.get_subscription
- Get TransactionFetch one payment by its Paddle transaction id.paddle.get_transaction
- List Customer Credit BalancesRead a customer's available, reserved and used credit per currency.paddle.list_credit_balances
- List CustomersList or search customers by name, email or Paddle id.paddle.list_customers
- List DiscountsList discounts, optionally searching by redemption code or status.paddle.list_discounts
- List PricesList prices, optionally only those belonging to given products.paddle.list_prices
- List ProductsList products in the catalogue, filtered by status, type or tax category.paddle.list_products
- List SubscriptionsList subscriptions, filtered by customer, price, status or collection.paddle.list_subscriptions
- List TransactionsList payments, filtered by customer, subscription, status, invoice number or date.paddle.list_transactions
- Pause SubscriptionPause billing on a subscription, optionally with a date to resume on.paddle.pause_subscription
- Resume SubscriptionResume a paused subscription now or on a given date.paddle.resume_subscription
- Update CustomerChange a customer's email, name, locale, status or custom data.paddle.update_customer
- Update DiscountChange the code, amount, expiry, usage limit or status of a discount.paddle.update_discount
- Update PriceChange the description, name, amount, tax mode or status of a price.paddle.update_price
- Update ProductChange one or more fields on an existing product.paddle.update_product
- Update SubscriptionChange the plan, quantity, billing date or collection of a subscription.paddle.update_subscription
- Update TransactionAmend a draft or ready transaction, or bill or cancel it.paddle.update_transaction
More in Business apps
Run your first Paddle workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.