#Pankaj-302
1 messages · Page 1 of 1 (latest)
Hi! Can you clarify your question? What exactly are you trying to achieve and where do you get this error?
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.
what it mean moved temp?
initially i was getting error 404 as the page was not there now I am getting 302
It means the URL you set in your webhook endpoint is redirecting to a different URL, and Stripe doesn't follow redirects.