Paddle

api.paddle.com

Community

Paddle is a complete SaaS billing platform that acts as a merchant of record, handling payments, tax compliance, and subscription management globally. It lets you create products, define pricing, manage subscriptions, and track transactions without worrying about sales tax or VAT collection.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.paddle.com

Crawl failures

1

Last verified

2026-03-01 11:09:02

Health

Loading health data...

Capabilities

create_customer

email

Create a new customer record in Paddle with an email and optional name.

Detail: https://api.paddle.com/capabilities/create_customer

create_price

payments

Create a price for a product, defining the amount, currency, and billing cycle for one-time or recurring charges.

Detail: https://api.paddle.com/capabilities/create_price

create_product

payments

Create a new product in your Paddle catalog that can have one or more prices attached to it.

Detail: https://api.paddle.com/capabilities/create_product

create_subscription

payments

Create a subscription by passing items (prices) and a customer, initiating recurring billing.

Detail: https://api.paddle.com/capabilities/create_subscription

get_subscription

payments

Retrieve the full details and current status of an existing subscription.

Detail: https://api.paddle.com/capabilities/get_subscription

list_transactions

payments

List and filter transactions across your Paddle account, including completed payments and pending charges.

Detail: https://api.paddle.com/capabilities/list_transactions

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Paddle
Description: Paddle is a complete SaaS billing platform that acts as a merchant of record, handling payments, tax compliance, and subscription management globally. It lets you create products, define pricing, manage subscriptions, and track transactions without worrying about sales tax or VAT collection.
Auth: api_key
Capabilities:
  - create_customer: Create a new customer record in Paddle with an email and optional name.
  - create_price: Create a price for a product, defining the amount, currency, and billing cycle for one-time or recurring charges.
  - create_product: Create a new product in your Paddle catalog that can have one or more prices attached to it.
  - create_subscription: Create a subscription by passing items (prices) and a customer, initiating recurring billing.
  - get_subscription: Retrieve the full details and current status of an existing subscription.
  - list_transactions: List and filter transactions across your Paddle account, including completed payments and pending charges.