Become a Paddle partner
Join the Paddle partner program to read this content. You'll also get access to our partner API and agent tooling. Let us know a few details about your business to get started. Already a partner? Log in to view this page.
As a partner, you provision Paddle seller accounts on behalf of users on your platform, so they can start monetizing without leaving your product. Accounts are how you create those sellers through the partner API.
Creating an account signs up a new seller and returns the credentials you store to act on their behalf:
- An
api_keyfor the account. - A
user_api_keyfor the account's primary contact. - The
userandbusinessdetails you supplied.
You can also validate a signup payload before you create anything, using the same fields and validation rules as create. This is useful for catching problems across environments and making sure the seller details are correct.
Store the returned API keys securely. See Create a seller account for the full onboarding flow.