How to set up your affiliate program: invite link, "Become an affiliate" page, signup URL, and the full flow from signup to payout.
In the dashboard, go to Integrations. After connecting Stripe, you'll see a Become an affiliate link section with your unique invite URL:
http://localhost:3000/portal/join?account=YOUR_ACCOUNT_ID
Share this link so people can join your affiliate program. Use the copy button to copy the link or the embed snippet.
Add a page on your site (e.g. /affiliates or /partners) that links to your invite URL. You can use the embed snippet from the Integrations page:
<a href="http://localhost:3000/portal/join?account=YOUR_ACCOUNT_ID" target="_blank" rel="noopener"> Become an affiliate </a>
Replace YOUR_ACCOUNT_ID with your actual account ID from the dashboard. The link opens in a new tab so users can complete signup without leaving your site context.
In Settings, you can set a custom signup URL. This is the page where customers land when they click an affiliate link. For example, if your pricing page is https://yoursaas.com/pricing, set that as the signup URL. Affiliates will share links like:
https://yoursaas.com/pricing?ref=AFFILIATE_CODE
The ref parameter is the affiliate's referral code. Capture it and pass it to Stripe metadata at checkout—see the Attribution integration guide for details.
yoursaas.com/pricing?ref=CODE) with potential customers.ref in Stripe metadata → Referish creates a commission.In Settings, configure:
?ref=CODE and pass it to Stripe metadata (see integration guide)