OCNORA

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 Subscription
    End a trial early and start billing the subscription immediately.
    paddle.activate_subscription
  • Archive Customer
    Retire a customer so they can no longer be billed.
    paddle.archive_customer
  • Archive Discount
    Retire a discount so its code stops being redeemable.
    paddle.archive_discount
  • Archive Price
    Retire a price so it can no longer be bought.
    paddle.archive_price
  • Archive Product
    Retire a product so it can no longer be sold.
    paddle.archive_product
  • Cancel Subscription
    Cancel a subscription now or at the end of the current billing period.
    paddle.cancel_subscription
  • Create Customer
    Create a customer record from an email address.
    paddle.create_customer
  • Create Discount
    Create a discount coupon customers can redeem at checkout.
    paddle.create_discount
  • Create Price
    Create 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 Product
    Create a catalogue product with a name and a tax category.
    paddle.create_product
  • Charge Subscription
    Bill a one-off charge on top of an existing subscription.
    paddle.create_subscription_charge
  • Create Transaction
    Bill a customer for one or more prices, or draft an invoice for them.
    paddle.create_transaction
  • Get Customer
    Fetch one customer by their Paddle id.
    paddle.get_customer
  • Get Discount
    Fetch one discount by its Paddle id.
    paddle.get_discount
  • Get Invoice PDF Link
    Get a download link for a billed transaction's invoice PDF.
    paddle.get_invoice_pdf
  • Get Payment Method Update Transaction
    Get the transaction whose checkout lets a customer replace their payment method.
    paddle.get_payment_method_transaction
  • Get Price
    Fetch one price by its Paddle id.
    paddle.get_price
  • Get Product
    Fetch one product by its Paddle id.
    paddle.get_product
  • Get Subscription
    Fetch one subscription by its Paddle id.
    paddle.get_subscription
  • Get Transaction
    Fetch one payment by its Paddle transaction id.
    paddle.get_transaction
  • List Customer Credit Balances
    Read a customer's available, reserved and used credit per currency.
    paddle.list_credit_balances
  • List Customers
    List or search customers by name, email or Paddle id.
    paddle.list_customers
  • List Discounts
    List discounts, optionally searching by redemption code or status.
    paddle.list_discounts
  • List Prices
    List prices, optionally only those belonging to given products.
    paddle.list_prices
  • List Products
    List products in the catalogue, filtered by status, type or tax category.
    paddle.list_products
  • List Subscriptions
    List subscriptions, filtered by customer, price, status or collection.
    paddle.list_subscriptions
  • List Transactions
    List payments, filtered by customer, subscription, status, invoice number or date.
    paddle.list_transactions
  • Pause Subscription
    Pause billing on a subscription, optionally with a date to resume on.
    paddle.pause_subscription
  • Resume Subscription
    Resume a paused subscription now or on a given date.
    paddle.resume_subscription
  • Update Customer
    Change a customer's email, name, locale, status or custom data.
    paddle.update_customer
  • Update Discount
    Change the code, amount, expiry, usage limit or status of a discount.
    paddle.update_discount
  • Update Price
    Change the description, name, amount, tax mode or status of a price.
    paddle.update_price
  • Update Product
    Change one or more fields on an existing product.
    paddle.update_product
  • Update Subscription
    Change the plan, quantity, billing date or collection of a subscription.
    paddle.update_subscription
  • Update Transaction
    Amend a draft or ready transaction, or bill or cancel it.
    paddle.update_transaction

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.