#joshuadoore

1 messages ยท Page 1 of 1 (latest)

flat egretBOT
sturdy obsidian
#

Hi there!

#

Can you share an example of an events ID (evt_xxx) where you see this issue?

valid haven
#

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

sturdy obsidian
#

Thanks! Give me a few minutes to look into this.

valid haven
#

I appreciate the help

sturdy obsidian
#

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.

valid haven
#

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

sturdy obsidian
#

Happy to help ๐Ÿ™‚

valid haven
#

ok yes that works as expected. You guys are off the hook ๐Ÿ˜‚

#

Do I need to close (i.e set as resolved) this or does it just die?

sturdy obsidian
#

That's gret to hear!

#

And no there's nothing to do on your end, the thread will get closed automatically.