Run the Stripe CLI with the following command:
npm run stripe:listen
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>