Integration
This guide explains how to connect your Paddle account, sync your plans, and embed pricing or subscription management in your app.
Connect Your Paddle Account
To get started, connect your Paddle account using your API Key:
- Go to your app's settings in our dashboard
- Click "Add API Key"
- Paste your Paddle API Key securely
- Click "Add Webhook"
Note
When generating an API key, make sure that you enable all read/write permissions for all the available options; otherwise, the app will not work as expected.
Sync Products & Prices
Once connected:
- Click the "Sync plans" button to import your Paddle Products and Prices
- Products represent your plan types (e.g., Free, Basic, Pro)
- Prices represent the billing intervals (e.g., monthly, yearly)
Embed Pricing Page
Use our Embed Component to display plans on your landing page. Automatically renders your synced Products and Prices. Supports Monthly, Yearly, and One-time tabs. Customize the look with your brand styles.
Get started with Next.js and React: