# Discourse Subscriptions Plugin

**URL:** https://meta.discourse.org/t/discourse-subscriptions-plugin/140818
**Category:** Plugin
**Tags:** official, subscriptions, payments, included-in-core
**Created:** [February 6, 2020, 4:15am UTC](https://meta.discourse.org/t/discourse-subscriptions-plugin/140818 "2020-02-06T04:15:07Z")
**Posts on this page:** 1
**Showing post:** 713

<div class="post-metadata">

### Author: ![jessii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jessii/32/354015_2.png) [@jessii](https://meta.discourse.org/u/jessii)
#### Post date: [July 1, 2025, 11:46pm UTC](https://meta.discourse.org/t/discourse-subscriptions-plugin/140818/713 "2025-07-01T23:46:14Z")

</div>

> [@SubStrider](#):
>
> **4. Configure the Webhook Endpoint (The `404` Error Fix)** This is the most common point of failure.
> 
> - Go to **Developers \> Webhooks** and click **+ Add endpoint**.
> - The **Endpoint URL** must be in the following format:`https://your-discourse-site.com/s/hooks` _Note: The correct path is `/s/hooks`, **not** `/s/stripe/webhook`._
> - For **Events to send** , add at a minimum:
> - `checkout.session.completed`
> - `customer.subscription.deleted`
> 
> - Create the endpoint and copy the **Signing secret** (it starts with `whsec_...`).

I just tested this out and it was perfect! We will go ahead and update the original documentation to include this!

---

_[View the full topic](https://meta.discourse.org/t/discourse-subscriptions-plugin/140818)._
