Buy ConvertPop
One-time $19. You'll get a unique site ID automatically after checkout.
Create a Stripe Webhook
Tells Stripe to notify ConvertPop every time you get a sale.
Go to Stripe Dashboard → Webhooks and click "Add endpoint". Paste this URL:
Select event: checkout.session.completed
Register Your Webhook Secret
One-time step so ConvertPop can verify your Stripe events are genuine.
After creating the webhook in Stripe, you'll see a Signing secret (starts with whsec_). Copy it, then run this in your terminal:
Add the Script to Your Site
Paste once — works on every page automatically.
Choose your platform:
Paste before </body> in your HTML:
Go to Appearance → Theme File Editor → footer.php, paste before </body>:
Go to Online Store → Themes → Edit code → theme.liquid, paste before </body>:
Go to Project Settings → Custom Code → Footer Code, paste:
Then republish your site.
You're Live
Every completed Stripe checkout now appears as a notification on your site within seconds.
Common Questions
curl command each time?