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?

Payouts & Commissions

Approving and rejecting commissions

Can I pay affiliates in their own currency?

Can I reward top affiliates with a higher commission rate?

Does LinkJolt hold my money or process my payments?

How are recurring commissions calculated for subscriptions?

How automatic payouts work, and what the processing fee is

How do I pay my affiliates?

Stripe for tracking and Stripe for payouts are two different things

What commission rate should I offer affiliates?

What does each commission status mean?

What happens to an affiliate's commission when a sale is refunded?

When and how do affiliates actually get paid?

Which countries and currencies can automatic payouts reach?

Why is my commission still pending?

Troubleshooting

A sale is missing from my dashboard. What do I check?

An affiliate's coupon code is not being attributed. What should I check?

I installed the tracking script but clicks are not being tracked. What now?

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

My sales suddenly stopped being tracked

My team member cannot sign in or is stuck choosing a role. How do I fix it?

Why is an affiliate conversion not showing up?

Why is my coupon code not tracking sales?

Why is my dashboard showing the wrong currency?

Linkjolt

Sign InStart Free
Troubleshooting

My sales suddenly stopped being tracked

The usual cause is a webhook signing secret that no longer matches, so every event from your payment provider fails its security check and is rejected before any sale is recorded. The fix is to re-save the signing secret in Settings, Payment Providers.

4 min read
Updated Sep 4, 2026

Tracking that worked and then stopped dead is almost always a webhook signing secret that no longer matches. Your payment provider is still sending events and LinkJolt is still receiving them, but every one fails its security check and is rejected before any sale is recorded.

How to recognise it

Signature failures are all or nothing, which is what makes this easy to tell apart from an attribution problem.

  • Conversions stop on a date. Not fewer, none.
  • Clicks keep recording. Links and the tracking script are unaffected, only the sale path is broken.
  • Your provider's dashboard shows failed deliveries to LinkJolt, returning 400 or 401.
  • On the Stripe step of the Integration Hub you may see a warning that your webhook stopped receiving events.

The usual triggers are rolling the secret, deleting and recreating the endpoint (a new endpoint gets a new secret), switching provider account, or deleting the saved secret inside LinkJolt. If some sales record and others do not, this is not your problem, read "Why is an affiliate conversion not showing up?" instead.

Every rejected event is refused before anything is written, so each sale that completes while the secret is wrong is a commission your affiliate never gets credited for.

How to fix it

  1. Open your payment provider dashboard and find the webhook endpoint pointing at LinkJolt.
  2. Copy the current signing secret. In Stripe it starts with whsec_. In Paddle it is the endpoint secret key, starting with pdl_ntfset_.
  3. In LinkJolt go to Settings, Payment Providers, click Create Webhook Secret, pick that provider and paste the value in.
  4. Make a small real purchase and confirm it appears in your dashboard.

Saving replaces the previous secret for that provider automatically, so there is nothing to delete first. Account owners can copy the stored secret from the row's copy button and compare it against the provider's value before re-pasting. Saving needs the account owner or a team member with payout permission.

Gumroad is the exception: it does not issue a signing secret, so you create one in LinkJolt and it becomes part of your Ping URL.

The shorter fix on Stripe

If the Stripe step of the Integration Hub offers "Fix it with Stripe", take it. Connecting your Stripe account sends events to LinkJolt directly, with no endpoint to maintain and no secret to paste, so this failure cannot recur. Revoking that connection in Stripe stops tracking again.

If it still does not record

  • Check the endpoint URL still matches the one shown in your Integration Hub for that provider. Yours is specific to your brand.
  • Stripe keeps separate webhook lists for live and test mode. Real purchases only reach an endpoint added in live mode.
  • On Gumroad the Ping URL contains a token derived from your secret. After saving a new secret, copy the new Ping URL out of Settings, Payment Providers and paste it back into Gumroad, or pings keep failing.

We watch for this too

For Stripe, Paddle and Gumroad, a daily check looks for sustained rejections with no successfully verified events in the same period, then emails the account owner and posts a dashboard alert unless you have System updates notifications switched off. It repeats at most once every three days. If any events are still verifying, for example because a second healthy endpoint exists, no alert is sent. Lemon Squeezy and GoPay reject unverifiable events the same way but are not covered, so watch those yourself.

Fixing the secret does not recreate the sales rejected while it was wrong. Some providers retry recent failed deliveries, so check the delivery log after the fix, then ask support about a backfill with the order ids and the date tracking stopped.

Tags:

troubleshootingwebhooks

Related questions

Why is my coupon code not tracking sales?

A coupon only credits an affiliate when LinkJolt holds a registration that matches the discount data your payment processor sends with that order. The usual causes are a code registered on one side only, a Stripe promotion code id that was never entered, a Paddle discount id left blank, or a code registered on the wrong campaign or with a test key.

A sale is missing from my dashboard. What do I check?

A missing sale almost always traces to one of six causes: a webhook signing secret that no longer matches, an endpoint added in Stripe's Test mode, no tracking reference reaching checkout, a purchase outside the fixed 30 day window, an unregistered coupon or an inactive affiliate, or your plan's tracked sales limit. Check them in that order.

I installed the tracking script but clicks are not being tracked. What now?

Make sure the script is in your site head and loads on every page, including where checkout begins. Some website builders only inject custom scripts on certain pages or defer them, which stops LinkJolt from storing the affiliate reference.

My team member cannot sign in or is stuck choosing a role. How do I fix it?

They need to accept their team invitation before signing in. Until the invite is accepted, their account is not linked to your merchant, so they land on the role screen with nowhere to go.

Start your affiliate program

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

Start free trialBrowse all questions

Contents

How to recognise itHow to fix itThe shorter fix on StripeIf it still does not recordWe watch for this too