Become a Paddle marketplace publisher
Want to build an app for Paddle users to install? Apply to become a marketplace publisher and we'll share more about the program.
Work in progress. Placeholder content for the Build apps track.
Before building, decide how your app connects to Paddle accounts. Apps authenticate with OAuth2 and there are two flows depending on how your integration operates:
- Client credentials (machine-to-machine) — best for back-end integrations that act on their own schedule. Installation returns per-installation client credentials your server exchanges for short-lived access tokens.
- Authorization code with refresh tokens — best for integrations acting on behalf of a specific user, using the standard OAuth2 refresh-token pattern.
Next step
Install an app — implement the OAuth install flow.