#Adaxer
1 messages · Page 1 of 1 (latest)
Hi there, can you send me a event ID for me to investigate?
I would but there are no events that matches my stripe trigger time. I don't know if the problems lies there but events are only shown when I use the online CLI or if I don't listen to the URL and issue the command.
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
I assume it's this one: "acct_1MxE38EKarudGTfP".
https://dashboard.stripe.com/test/events/evt_3MxlrZEKarudGTfP07Fn20sE Based on the event log, Stripe has attempted to send the webhook event to your endpoint, but the delivery was unsuccessful due to timeout.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'd suggest you to check your endpoint and make sure it's working properly.
That doesn't match my request though. The link you sent me now was when I messed around trying to get it to work. My endpoint is correct so that's not the problem.
I sent another request just now, look for a request that's closer to real time.
I don't see any other events in your Dashboard. evt_3MxlrZEKarudGTfP07Fn20sE is still the latest event.
Then that's the problem, it doesn't get sent. I don't get any response from the command panel when issuing the stripe trigger command.
It should return something like this, right?
At least the trigger part.
try stripe logout and then stripe login
Still nothing.
Do you have more than one Stripe account?
Nope, this is my first and only one.
The merchant id matches the one my account has when logging in with the CLI.
Try upgrade the Stripe CLI to the latest version https://stripe.com/docs/stripe-cli/upgrade
I already have the latest version.
It looks like your Stripe CLI is not creating fixture for generating the event
stripe trigger payment_intent.succeeded
Setting up fixture for: payment_intent
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details.
I just run the same command and this is the output.
I get the same output if I run it outside the stripe listen. Although that's pointless since I'm trying to get the webhook to be sent to my URL.
https://stripe.com/docs/stripe-cli?shell=true you can also run the CLI command through online shell.
Not locally, you can't run stripe listen there, and that is the whole point of the testing.
I mean you can use online CLI to trigger the event, and still running the local CLI to listen