Setup Guide
This guide walks you through finding your Stripe webhook signing secret and pasting it into your app settings — no coding required.
Step 1 of 4
Open a new tab and go to dashboard.stripe.com. Sign in with the account you use for ContentLift payments.
Step 2 of 4
On the Webhooks page, click the + Add endpoint button (top right).
Step 3 of 4
In the "Add endpoint" form, fill in the two fields below:
Step 4 of 4
After adding the endpoint, Stripe will show you a Signing secret (a long string starting with whsec_). Copy it and send it to the Polsia team — we'll add it to your app config.
After setup
When a new customer subscribes on ContentLift, here's the flow:
Everything after step 1 is fully automated — no manual work needed on your end.
First, go to Stripe Dashboard → Developers → Webhooks and click on your endpoint. At the bottom of the page you'll see a list of recent webhook deliveries — green means success, red means failure.
This usually means the webhook secret hasn't been added to the server yet. Email us at support@polsia.com with your signing secret and we'll add it within a few hours.
Make sure you're on the live Stripe dashboard, not the test mode version. In Stripe, toggle the switch in the top-left corner from test mode to live.
The signing secret may have changed or wasn't entered correctly. Contact us and we'll verify the setup.
Email us at support@polsia.com with your Stripe signing secret and we'll add it to your app within a few hours. Include a screenshot of the webhook endpoint page if you can.