This feature is only available on Business plans and above.
With Dub Partners, you can create non-monetary rewards for your partners, such as:
- Free usage credits for every new user they refer
- Free month of service for every new user they refer – up to 12 months
This is specifically useful for referral programs – especially when you're using the embedded referral dashboard – since it gives you an easy way to incentivize your existing userbase to refer new users to your product.
While non-monetary rewards are easy to set up, we've seen that cash incentives are generally more impactful/sustainable in the long run – especially when you're working with influencers and larger affiliates.
To get the best of both worlds, you can potentially start your users on a non-monetary referral partner group and graduate them to a monetary reward group once they've referred a certain number of users.
Step 1: Set up a separate partner group for non-monetary rewards#
First, you would want to create a separate partner group for your user referral program.
In this group, you can set up a non-monetary reward that can be either a lead or a sale-based reward:
- Lead reward: Rewarding partners for new user signups (or qualified leads if you're using deferred lead tracking)
- Sale reward: Rewarding partners for paid customer referrals
When creating the reward, you would want to set the reward amount to $0 and add a custom description to explain the reward to your partners:

You can also set up a custom reward tooltip which supports markdown formatting, so you'd be able to add links to your terms and conditions or other relevant information.
Additionally, you can also set up dual-sided incentives for your users to offer discounts to their users who sign up via their referral link (e.g. "25% off for the first 3 months").
Once this is set up, your partners will be able to see the reward and discount in the embedded referral dashboard:

Step 2: Listen to Dub webhooks and provision rewards to your partners#
To provision the non-monetary rewards (credits, free months, etc.) to your partners, you would need to listen to Dub's webhook events to detect when a new signup / sale is tracked.
Depending on the reward you're offering, you would need to listen to:
lead.created- if you're offering a lead rewardsale.created- if you're offering a sale reward
Then, within the webhook handler, you can update the partner's Stripe subscription to provision the free credits / months accordingly:
Step 3: Graduating partners from non-monetary rewards to monetary rewards#
Once a partner has referred a certain number of users, you can move them to a separate partner group with monetary rewards (e.g. 30% commission per sale for 12 months).
There are two ways to do this:
- Manually move the partner to the new group from the partner details page or via the partner table.
- Automatically move the partner to the new group via group move rules based on their performance metrics (e.g. total leads, total sales, total commissions, etc.).
