STRIPE Webhooks Event Listener
STRIPE Webhooks Listener
Heroku express application with Stripe webhook POST listener
[ ] POST
Make sure you have Node.js and the Heroku CLI installed.
$ git clone git@github.com:mdibay918/stripe-webhooks-test.git
$ cd stripe-webhooks-test
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or