Use Checkout Page with Tolt to track referrals across hosted, embedded, or pop-up checkouts. This integration works through your Stripe connection, so make sure that’s set up before continuing.
Prerequisites
Stripe is connected in your Tolt account (Program Settings > Integrations)
You’re using Checkout Page for Stripe checkouts
You’ve already added the Tolt tracking script (
tolt.js
) to your site
Step 1: Enable the Tolt integration in Checkout Page
Go to your Checkout Page dashboard
Navigate to Store settings > Integrations
Find the Tolt integration and click Enable
Paste your Tolt program ID (from your Stripe integration in Tolt) into the “Public ID” or “data-tolt” field
Click Enable
Step 2: Tracking referrals
Checkout Page automatically adds the Tolt tracking script to hosted checkout pages. When a user visits a checkout URL with ?ref=affiliate_id
, Checkout Page forwards that referral into Stripe metadata.
For embedded or pop-up checkouts:
Tolt script must already be on your site
Add referral tags to your links (e.g.
?ref=affiliate_id
)Checkout Page will forward those tags to Stripe
Tolt will handle the rest and track the referral properly.
Notes
This integration only works with Stripe payments
Cross-domain tracking isn’t supported at the moment