#Pankaj-302

1 messages · Page 1 of 1 (latest)

sullen lance
#

Hi! Can you clarify your question? What exactly are you trying to achieve and where do you get this error?

rotund marlin
#

I hve created a webhook

#

when I placed a order is says 302

sullen lance
#

This means Stripe tried to reach your server, and it replied with 302 (Moved Temporarily). You need to make sure your server return a 200 response.

rotund marlin
#

what it mean moved temp?

#

initially i was getting error 404 as the page was not there now I am getting 302

sullen lance
#

It means the URL you set in your webhook endpoint is redirecting to a different URL, and Stripe doesn't follow redirects.