Paddle
api.paddle.com
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.
api_key
free
1.0
https://api.paddle.com
1
2026-03-01 11:09:02
Health
Capabilities
create_customer
emailCreate a new customer record in Paddle with an email and optional name.
Detail: https://api.paddle.com/capabilities/create_customer
create_price
paymentsCreate 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
paymentsCreate 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
paymentsCreate a subscription by passing items (prices) and a customer, initiating recurring billing.
Detail: https://api.paddle.com/capabilities/create_subscription
get_subscription
paymentsRetrieve the full details and current status of an existing subscription.
Detail: https://api.paddle.com/capabilities/get_subscription
list_transactions
paymentsList 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.