Sign InBlogFAQContact Us
    Sign InBlogFAQContact Us

Elevate franchise training with the power of AI.

© Copyright 2025 Eloquate. All Rights Reserved.

About
  • Who we are
  • Blog
  • Contact
Product
  • Documentation
  • Help Center
  • Changelog
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
Subscribe to our Newsletter
Get the latest updates from our team.
Getting Started
Installing Makerkit
Clone the repository
Running the Application
Next.js
Supabase
Stripe
Authentication
Overview
Supabase Setup

Running the Stripe CLI for Webhooks

How to run the Stripe CLI for Webhooks in a local development environment

Run the Stripe CLI with the following command:

npm run stripe:listen

Add the Stripe Webhooks Key to your environment file

If this is the first time you run this command, you will need to copy the Webhooks key printed on the console and add it to your development environment variables file:

STRIPE_WEBHOOKS_KEY=<PASTE_KEY_HERE>

PreviousRunning the Supabase Containers