#AndySeigel
1 messages · Page 1 of 1 (latest)
Here is the event ID of the most recent attempt, if that helps:
"id": "pi_3Ly0ifACQkD7JV1H063lVyiN",
Isn't that what I put above? did you mean a different id?
What you pasted is a paymentIntent Id. an event ID will start "evt_", and can be found in your event logs on the dashboard
well, it doesn't start with evt_ but this post corresponds with the paymentIntent id above: ID
req_hZl6Z08W8tUjuP
From looking at the failed events, I can see that we're getting error 400: https://stripe.com/docs/webhooks/best-practices#pending-webhook-statuses as we are unable to connect to the server
Further reviewing, thank you for your patience
yes I knew it was 400.. was wondering if anything else was visible on your end (bad keys, bad id's, etc). thanks
After further looking, there is not anything on our end except that we get this response. You'd need to check the logs on your server and instrument/debug your code to see why it returns an error.
If it were a bad key etc, it would return a different error.
ok thank you for your time