Launch a partner program
that scales with your revenue.
Track every conversion, set your own commission terms, and pay partners directly through Stripe. Get set up in minutes — no engineering quarter, no platform tax on what your partners earn.
Everything you need. Nothing in your way.
A partner program should make you money, not cost you data. OpenPartner is built so you keep both.
Track every customer back to the partner who sent them
Follow each customer from their first click through signup, trial, and every dollar they spend — across browsers, across devices once they’re signed in, and over windows up to 90 days.
Set commissions however you want
Flat amount per conversion, percent of revenue, one-time or recurring. You decide how partners get paid. We don’t standardize you into a one-size-fits-all rate card.
Pay partners directly
Partners get paid into their own Stripe account, on your schedule, with no middleman taking a cut. You send the money, we just keep the books.
No vendor lock-in
Same product, three ways to run it: hosted on us, self-hosted on you, or somewhere in between. The core is open-source, so the choice — and your data — is always yours.
Your data, always exportable
Every click, conversion, and payout is yours. Export to CSV, JSON, or SQL with one click. Move to a different deployment without losing a byte of history.
A creator network when you want one
Run your own roster forever, or join the OpenPartner Network when you’re ready to grow your creator base. We charge nothing on partners you recruit yourself.
Up and running in an afternoon.
If you bill through Stripe, the integration is one line on your Checkout session.
For non-Stripe billing, drop the SDK in once and call op.event() on
revenue. No engineering quarter spent on plumbing.
import { OpenPartner } from '@openpartner/sdk';
const op = OpenPartner.init({ apiUrl: 'https://api.openpartner.dev' });
// Drop into your Stripe Checkout — that's it.
stripe.checkout.sessions.create({
client_reference_id: op.getReferral(),
mode: 'subscription',
line_items: [{ price: 'price_xxx', quantity: 1 }],
}); Bring your own — or tap into the Network.
Use OpenPartner with the partners you already work with, free forever. When you’re ready to grow your creator base, opt into the OpenPartner Network — vetted creators looking for programs to promote, with transparent commission terms and zero exclusivity.