#cole-redfearn

1 messages · Page 1 of 1 (latest)

rapid fogBOT
wraith beacon
#

Hi, the code looks a bit weird but what's your issue?

heady osprey
#

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?

heady osprey
#

@wraith beacon any thoughts on this?

wraith beacon
#

Hmm if stripe trigger payment_intent.succeeded doesn't work anymore it would be something with your CLI. Can you try to restart it?

heady osprey
#

Sure, I'll try it now

#

Tried restarting but still same issue, it just hangs once I run stripe trigger payment_intent.succeeded and nothing happens