Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Payments / Paddle API
Paddle API logo

Paddle API

★ Only Publicly Available OpenAPI DocumentPaymentsBilling Subscriptionsbearer27 EndpointsREST

For Agents

Create products, manage subscription billing, process transactions, and handle adjustments with Paddle as merchant of record. Paddle handles sales tax, VAT, and compliance automatically.

Use for: I need to create a new product with monthly and annual pricing, Set up a subscription for a customer on a specific price, Check whether a transaction was successfully completed, List all active subscriptions for a customer

Not supported: Does not handle direct card processing, marketplace multi-party payouts, or in-person POS — use for SaaS subscription billing with tax-handled payments only.

Jentic publishes the only available OpenAPI specification for Paddle API, keeping it validated and agent-ready. Handle subscription billing as a merchant of record where Paddle collects payment, calculates sales tax and VAT, and remits to tax authorities on your behalf. The API manages the full billing lifecycle across products, prices, customers, subscriptions, transactions, invoices, and adjustments. Paddle supports multiple currencies, automatic tax calculation for 200+ countries, and configurable proration on plan changes.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Paddle API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Paddle API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Paddle API.

Define products with multiple price points across currencies and billing intervals

Create and manage customer subscriptions with automatic tax calculation for 200+ jurisdictions

Process one-time and recurring transactions with Paddle handling payment collection and remittance

Issue adjustments (credits and refunds) against completed transactions with reason tracking

Configure discount codes with percentage or flat-amount reductions and usage limits

Subscribe to event notifications for transaction completions, subscription changes, and payment failures

Use Cases

Patterns agents use Paddle API for, with concrete tasks.

★ AI Agent Billing Automation

AI agents manage Paddle billing through Jentic without storing API tokens directly. An agent searches for 'create a Paddle subscription' via Jentic, receives the operation schema with required customer and price fields, and executes the call with credential isolation. Transaction monitoring, invoice retrieval, and refund processing follow the same intent-based pattern, all while Paddle handles tax compliance.

Search Jentic for 'create a Paddle subscription', load the schema, create a subscription for a customer on a monthly price, then verify the subscription status is active

SaaS Product Billing with Tax Compliance

Sell software subscriptions globally with Paddle acting as merchant of record, meaning Paddle collects payment from customers, calculates and remits sales tax and VAT in 200+ countries, and pays the net revenue to your bank account. You define products and prices, Paddle handles checkout, invoicing, and tax obligations. This eliminates the need for tax registration in multiple jurisdictions.

Create a product, add a monthly price of $29 USD, create a customer, then retrieve a subscription to confirm tax was calculated and the total includes VAT

Transaction and Refund Management

Track payment transactions from initiation through completion with full details on payment method, tax breakdown, and settlement status. Issue refunds and credits via the adjustments endpoint, specifying the original transaction ID, refund amount, and reason. Paddle handles the refund processing and adjusts the payout to your account accordingly.

Retrieve a completed transaction by ID, create an adjustment of type refund for the full amount with reason 'customer_request', then verify the adjustment status

Subscription Lifecycle and Upgrades

Manage subscription state transitions including upgrades, downgrades, pauses, and cancellations with automatic proration. When a customer changes plans mid-cycle, Paddle calculates the credit for unused time and charges the difference immediately or applies it to the next invoice. Cancellations can be immediate or scheduled for the end of the current billing period.

Update a subscription to a higher-tier price, verify the proration credit was applied, then cancel the subscription effective at period end using POST /subscriptions/{id}/cancel

Key Endpoints

27 endpoints — jentic publishes the only available openapi specification for paddle api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/products

Create a new product in the catalog

POST

/prices

Create a price for a product

POST

/customers

Create a new customer record

GET

/subscriptions

List all subscriptions with filtering

POST

/subscriptions/{subscription_id}/cancel

Cancel a subscription

GET

/transactions/{transaction_id}

Retrieve transaction details

POST

/adjustments

Create a credit or refund adjustment

GET

/invoices/{transaction_id}

Retrieve invoice for a transaction

POST

/products

Create a new product in the catalog

POST

/prices

Create a price for a product

POST

/customers

Create a new customer record

GET

/subscriptions

List all subscriptions with filtering

POST

/subscriptions/{subscription_id}/cancel

Cancel a subscription

GET

/transactions/{transaction_id}

Retrieve transaction details

POST

/adjustments

Create a credit or refund adjustment

GET

/invoices/{transaction_id}

Retrieve invoice for a transaction

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Paddle Bearer API keys are stored encrypted in the Jentic MAXsystem vault. Agents receive scoped access tokens — the raw API key never enters the agent's context window or logs.

Intent-based discovery

Intent-based discovery

Agents search by intent (e.g., 'create a subscription' or 'issue a refund') and Jentic returns the matching Paddle operation with its full request schema, so the agent constructs the correct payload without browsing Paddle documentation.

Time to first call

Time to first call

Direct Paddle integration: 2-4 days for auth, product/price setup, subscription flow, and webhook configuration. Through Jentic: under 1 hour — search, load schema, execute with credential isolation.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Stripe API

Full-stack payment platform where you handle tax obligations yourself

Choose Stripe when you want full control over pricing, tax handling, and payment method support rather than a merchant-of-record model

Alternative

Recurly API

→

Subscription management platform with advanced dunning (you remain merchant of record)

Choose Recurly when you want advanced subscription analytics and dunning but prefer to remain the merchant of record and handle tax compliance yourself

Alternative

PayPal Subscriptions API

→

PayPal-native recurring billing for PayPal wallet users

Choose PayPal Subscriptions when your customer base primarily uses PayPal wallets and you want buyer protection built into the subscription flow

Complementary

Stripe API

Use Stripe for payment methods and checkout that Paddle doesn't natively support

Combine with Stripe when you need payment methods or checkout experiences not available through Paddle's managed checkout

FAQs

Specific to using Paddle API through Jentic.

Why is there no official OpenAPI spec for Paddle API?

Paddle does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Paddle API via structured tooling. It is validated against the live API and kept up to date. Sign up at https://app.jentic.com/sign-up to get started.

What authentication does the Paddle API use?

The Paddle API uses Bearer token authentication. Pass your API key in the Authorization header as 'Bearer {api_key}'. Keys are generated in the Paddle dashboard under Developer Tools > Authentication. Through Jentic, your Paddle API key is stored encrypted in the MAXsystem vault — agents receive scoped access without seeing the raw token.

How does Paddle handle sales tax and VAT?

As merchant of record, Paddle automatically calculates sales tax and VAT for 200+ countries based on the customer's location and your product's tax category. The tax amount is included in transaction totals and Paddle remits directly to tax authorities. You receive net revenue after tax. Transaction details via GET /transactions/{transaction_id} show the full tax breakdown.

What are the rate limits for the Paddle API?

Paddle applies rate limits of 100 requests per minute for write operations (POST, PUT, PATCH, DELETE) and 200 requests per minute for read operations (GET). If exceeded, the API returns HTTP 429 with a Retry-After header. Higher limits are available on enterprise plans.

How do I create a subscription through the Paddle API via Jentic?

Search Jentic for 'create a Paddle subscription' to find the subscription creation flow. You need a customer ID and price ID (create these first via POST /customers and POST /prices). The subscription links the customer to a recurring price with automatic billing. Jentic loads the full schema so your agent knows which fields are required. Sign up at https://app.jentic.com/sign-up to get started.

Can I issue refunds through the Paddle API?

Yes. Create an adjustment via POST /adjustments with action 'refund', the original transaction_id, and the items to refund. You can refund full or partial amounts. Paddle processes the refund to the customer's original payment method and deducts the amount from your next payout. The adjustment response includes the refund status and breakdown.

Does the Paddle API support multiple currencies?

Yes. Prices can be configured in multiple currencies (USD, EUR, GBP, and 20+ others). Each price object specifies the currency and amount. When a customer subscribes, the transaction is processed in the price's currency. Paddle handles currency conversion for payouts to your bank account if your payout currency differs.

GET STARTED

Start building with Paddle API

Explore with Jentic
View OpenAPI Document