#cole-redfearn
1 messages · Page 1 of 1 (latest)
Hi, the code looks a bit weird but what's your issue?
I'm having trouble actually triggering the webhook with the CLI. I made sure to run stripe login and logged in, and then ran stripe listen --forward-to localhost:5000/api/webhooks/stripe-refund and then ran stripe trigger charge.refunded but nothing is happening. I know that my 'stripe listen' command is correct because one time I was able to get it to work with stripe trigger payment_intent.succeeded and the console log showed up in my console, but since then none of them have been working, even when I try to run stripe trigger payment_intent.succeeded. Is this possibly an issue with the CLI?
@wraith beacon any thoughts on this?
Hmm if stripe trigger payment_intent.succeeded doesn't work anymore it would be something with your CLI. Can you try to restart it?