LinkJoltAnswers

Getting Started

Can I run an affiliate program without spreadsheets and manual tracking links?

How long does it take to set up an affiliate program with LinkJolt?

What is the difference between tracking links and coupon codes?

Integrations

How do I set up affiliate tracking with Stripe?

Which payment platforms does LinkJolt support for tracking?

Linkjolt

Sign InStart Free
Integrations

How do I set up affiliate tracking with Stripe?

Add your LinkJolt Stripe webhook endpoint in the Stripe dashboard, then add the LinkJolt tracking script to your site. LinkJolt then records each Stripe sale and attributes it to the referring affiliate automatically.

1 min read
Updated Jun 25, 2026

Connecting Stripe takes a couple of minutes and uses a per merchant webhook so your sales are recorded against your account only.

Add the webhook

In your Stripe dashboard, add a webhook endpoint pointing at your unique LinkJolt URL:

https://www.linkjolt.io/api/webhooks/stripe/merchant/YOUR_MERCHANT_ID

LinkJolt listens for checkout, invoice, and refund events so first sales, renewals, and reversals all stay in sync.

Add the tracking script

Drop the LinkJolt tracking script onto your marketing site so affiliate link clicks are stored and passed to Stripe Checkout as a client reference id.

Tracking script (add before </head>)
<script src="https://linkjolt.io/api/tracking.js?id=YOUR_MERCHANT_ID"></script>

Your exact webhook URL and tracking snippet are shown in the Integration Hub inside your LinkJolt dashboard. For a full walkthrough, see the Stripe integration guide.

Tags:

stripeintegrationswebhooks

Related questions

Which payment platforms does LinkJolt support for tracking?

LinkJolt tracks conversions from Stripe, Paddle, Lemon Squeezy, Gumroad, GoPay, Apple In-App Purchases, and WooCommerce. You keep your own processor account and LinkJolt records sales through its webhooks.

Why is an affiliate conversion not showing up?

The usual causes are a missing or misconfigured payment webhook, the tracking script not installed, no tracking reference reaching checkout, or a rejected affiliate. Work through these in order to find the gap.

My Stripe webhook shows 200 but no conversions are recorded. Why?

Almost always because your Stripe checkouts are not carrying tracking data. The webhook is connected (that is the 200), but if a checkout completes with no tracking reference and no registered coupon, there is nothing to attribute, so no conversion is created.

Start your affiliate program

Launch in minutes with 0% platform fees. 3-day free trial, cancel anytime.

Start free trialBrowse all questions

Contents

Add the webhookAdd the tracking script