#jahjirjje - webhooks
1 messages · Page 1 of 1 (latest)
Hello
You can use stripe trigger to trigger test events: https://stripe.com/docs/cli/trigger
And use stripe listen to run your webhook endpoint on your local machine and forward those triggered events over: https://stripe.com/docs/cli/listen
Here's a complete guide: https://stripe.com/docs/webhooks/test
Amazing, into the terminal can i use information of my database?
stripe trigger lets you override and add any info you need
You can see at the above link for its docs
thank you very much