π° Stripe Integration
How to Setup My Webhook in Stripe
Setting up a webhook in Stripe allows your platform to automatically receive updates about important events, like successful payments or canceled subscriptions. Follow these steps to set it up correctly:
Step 1: Open the Webhooks Page
In your Stripe Dashboard, use the search bar and type Webhook.
Select Webhooks from the results to open the webhooks page.

Step 2: Add a New Endpoint
On the right side, click Add endpoint.

Step 3: Configure the Endpoint
In the Endpoint URL field, insert the following URL:
https://api.answerly.io/webhook?source=whitelabel-stripe

Under Version, select Latest API version.

Step 4: Select Events
Click Select events.

Add exactly the following events: invoice.paid

and customer.subscription.deleted

Step 5: Save the Endpoint
Once the events are added, click Add endpoint to save.

Your webhook is now set up! This ensures your platform will automatically receive updates about payments and subscription changes, keeping everything in sync.
If you encounter any issues or need help verifying your webhook, our support team is here to assist.