Paddle Integration
This guide will walk you through setting up and using the Paddle integration.
Setup
To connect your Paddle account, you will need to provide the following information:
- API Key: You can find your API key in the Paddle dashboard under Developer Tools > Authentication.
- Environment: Choose between
sandbox(for testing) andlive(for production).
Usage
The Paddle integration provides the following operations:
- Create Product: Create a new product in your Paddle catalog.
- List Products: List all products in your Paddle catalog.
- Create Price: Create a new price for a product.
- List Prices: List all prices.
- Create Subscription: Create a new subscription.
- Get Subscription: Retrieve details of a specific subscription.
- List Subscriptions: List all subscriptions.
- Cancel Subscription: Cancel an existing subscription.
- List Transactions: List all transactions.
- Get Transaction: Retrieve details of a specific transaction.
- Create Customer: Create a new customer.
- List Customers: List all customers.
