#joshuadoore
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share an example of an events ID (evt_xxx) where you see this issue?
for sure
give me a min.
here are the two requests I'm seeing on vercel. I've removed the host url but you can see one has staging in, thats the staging on.
Will get you the exact event id on stripe now.
this is the event id on live mode that is sending a GET: "evt_3NVYSaLZf9ppk0UB04pgKUQx"
here is the event id on test mode that is sending a POST: "evt_3NVYZbLZf9ppk0UB1thNONZa"
Not sure that it would matter but they are also both payment_intent.succeeded
Thanks! Give me a few minutes to look into this.
I appreciate the help
What I see on my end:
- evt_3NVYZbLZf9ppk0UB1thNONZa generated a POST request, and your server returned a 200 status
- evt_3NVYSaLZf9ppk0UB04pgKUQx also generated a POST request, but your server returned a 308 status with a response body of
Redirecting...
So there seems to be some confirguration issue on your end.
Ok smashing, let me see if I can debug a few things here. I am going to try send both to my staging url and see if that works. Thanks for the quick response time
Happy to help ๐