
Paddle [ARCHIVED]
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
No configuration specification is available for this connector.
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2025-04-04 | 57003 | Initial release by @btkcodedev via Connector Builder |