Paddle Billing REST API for products, customers, and transactions. Base URL https://api.paddle.com. Authenticate with an API key using Authorization: Bearer and set any required version headers as per Paddle docs.

Changelog

2 versions
v1.1.1 Latest
  • add MakeApiCall component.
  • FindTransactions: remove empty 'All' status option that caused validation error.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
API Key (password)
Your Paddle API Key. You can find this in your Paddle dashboard under Developer Tools > Authentication.

Actions

10
Create Customer icon

Create Customer

Create a new customer.
Create Product icon

Create Product

Create a new product.
Find Customers icon

Find Customers

Search and list customers. Returns a maximum of 200 records.
Get Customer icon

Get Customer

Retrieve a customer by its unique identifier.
Find Products icon

Find Products

Search and list products. Returns an array of products. The API returns a maximum of 200 products per request.
Get Product icon

Get Product

Retrieve a product by its unique identifier.
Find Transactions icon

Find Transactions

Search and list transactions. Returns a maximum of 200 records per request.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Paddle API.
Update Customer icon

Update Customer

Update an existing customer. Only provided fields will be updated.
Update Product icon

Update Product

Update an existing product. Only provided fields will be updated.