Track Stripe subscriptions month by month and reward partners on every renewal. Configure lifetime or capped durations. Handle cancellations and chargebacks automatically.

If you only pay on the first sale, your best creators will take their audience to a competitor who pays on every renewal. Recurring commissions are the table stakes of SaaS affiliate programs in 2026.
When Stripe fires an invoice.paid event, we look up the subscription, confirm the partner attribution, check the hold period, and create a PENDING commission. You review, approve and pay — same flow as one-time sales.
On checkout.session.completed we attribute the customer to the seller and create commission month 1.
Every invoice.paid event creates the next recurring commission automatically, counted against the cap.
customer.subscription.deleted removes pending commissions. Already-paid ones are preserved — no surprises.
Set a month cap per program or reward partners for the entire customer lifetime.
Top partners build a book of business — they stop hunting and start farming.
30-day hold and automatic clawback on refund. You never pay on money you lost.
When a customer upgrades mid-cycle, commissions adjust to the new MRR automatically.
Yes. Configure recurring_max per mission. Lifetime = null. We enforce the cap at the database level using the DB commission count — not the Stripe invoice number — so month 13 simply won’t be created.
Pending (un-matured) commissions linked to that subscription are deleted. Already-matured or already-paid commissions are kept — the partner keeps what they earned.
Yes. An annual invoice.paid event creates one commission (not 12). You can still configure a different % for annual vs monthly plans.
Commissions are skipped when the gross amount is zero or negative. Free trials and 100% coupons never generate false commissions.
Proration is respected — the next invoice.paid reflects the new MRR, and the commission is calculated on that new amount. Lifetime partners benefit directly from your expansion revenue.
Only if you run the numbers. Most SaaS companies see top-tier partners bring in customers with longer-than-average LTV, which makes lifetime recurring strictly profitable. You can always cap and upgrade to lifetime later.
Launch a SaaS-ready affiliate program with recurring commissions in under 10 minutes.