#TheF1ng3r-cli
1 messages · Page 1 of 1 (latest)
heya @ionic solstice! can you share the command you ran and the output you're seeing from the CLI?
stripe trigger payment_intent.succeeded
---------------------------------------------------
⡿ Checking for new versions... Setting up fixture for: payment_intent
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details.
thanks, gimme a sec, a bit tied up with something else right now
k
@ionic solstice is this the event do you know? evt_3Ju5mNJlVOwRBrpR16weEEnI
Not sure, where would I check?
when you trigger the event, you can login to your Dashboard here : https://dashboard.stripe.com/test/events
see what's the latest event triggered
Yes that would be it
I tried triggering it again just to check
You haven't set up either a webhook endpoint via the Dashboard/API to be delivered. Are you using the stripe listen or stripe forward command with the Stripe CLI? https://stripe.com/docs/stripe-cli/webhooks
Stripe listen
I was using the guide in the webhook section
and nothing is showing up in the window where you ran the Stripe listen command?
Nothing showed up in the web servers log
It shows this
When I ran the listen command it gave me the key and I just hit ctrl-c to quit out
your stripe trigger and stripe listen should be in different terminal windows
and you shouldn't hit ctrl-c to quit out for stripe listen
also if you're expecting it to deliver the webhook event to your local server, you should use --forward-to
Now I received it