#Charmon
1 messages · Page 1 of 1 (latest)
Yes, you can run a local webhook endpoint during development
so, I don't have to create a server.js and use node express to test it.
All I have to do is run stripe listen --forward-to localhost:3000/webhooks and just swap secret key from live to test?
Is your server running in localhost?
yes
OK, you can go ahead and have a try, let me know if you encounter any issues
yeah I'm going to try now, and just to be sure do I have to use --skip-verify flag if im running on localhost?
Are you using HTTPS endpoint?
it wouldn't be https on localhost?
It's really up to you. You can use https in localhost if you really want to, but most people would just use http