Paddle
Introduction
The Paddle source connector connects to the Paddle API and validates access using an API key.
Setup
- In Paddle, create or obtain an API key with access to your account.
- Decide which Paddle environment you want to connect to:
livefor production data (https://api.paddle.com)sandboxfor test data (https://sandbox-api.paddle.com)
Authentication
This connector authenticates using a Paddle API key sent as a Bearer token.
You will provide:
- API key: A Paddle API key.
During connection testing, the connector validates credentials by calling the Paddle API.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
environment | string | Yes | Paddle environment to connect to. Must be live or sandbox. |
api_key | string | Yes | Paddle API key used for Bearer authentication. |
Streams
This connector is currently in development and does not yet extract any streams.