Paddle
Website: https://www.paddle.com/ API Reference: https://developer.paddle.com/api-reference/overview
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. Your Paddle API key. You can generate it by navigating to Paddle > Developer tools > Authentication > Generate API key. Treat this key like a password and keep it secure. | |
environment | string | Environment. The environment for the Paddle API, either 'sandbox' or 'live'. | api |
start_date | string | Start date. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| customers | id | DefaultPaginator | ✅ | ✅ |
| customer_addresses | id | DefaultPaginator | ✅ | ✅ |
| discounts | id | DefaultPaginator | ✅ | ✅ |
| prices | id | DefaultPaginator | ✅ | ✅ |
| products | id | DefaultPaginator | ✅ | ✅ |
| businesses | id | DefaultPaginator | ✅ | ✅ |
| events | event_id | DefaultPaginator | ✅ | ✅ |
| event_types | uuid | DefaultPaginator | ✅ | ❌ |
| reports | id | DefaultPaginator | ✅ | ✅ |
| ip_addresses | uuid | DefaultPaginator | ✅ | ❌ |
| subscriptions | id | DefaultPaginator | ✅ | ✅ |
| transactions | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
environment
string
start_date
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.7 | 2025-05-10 | 60059 | Update dependencies |
| 0.0.6 | 2025-05-04 | 59518 | Update dependencies |
| 0.0.5 | 2025-04-27 | 59085 | Update dependencies |
| 0.0.4 | 2025-04-19 | 58515 | Update dependencies |
| 0.0.3 | 2025-04-12 | 57847 | Update dependencies |
| 0.0.2 | 2025-04-05 | 57338 | Update dependencies |
| 0.0.1 | 2025-04-04 | 57003 | Initial release by @btkcodedev via Connector Builder |