#Slush
1 messages · Page 1 of 1 (latest)
400 errors coming back from your server? If so have you checked your network logs to see why it might be rejecting events?
Thats on the stripe dashboard
My local is listening (I still have that running)
And it says the live endpoint is active
Do I need to stop my local?
The local endpoint shouldn't interfere with your live endpoint getting events.
Can you send me a specific event ID that you got a 400 on?
So that means your server is rejecting the response. Have you checked to see if your code is seeing these responses or if the events are getting stopped before then?
If you have a firewall, it may be helpful to double check that all of our IPs are allowed to send you data https://stripe.com/docs/ips#webhook-notifications
I just turned off the application firewall completely
I'm still getting the same thing in my logs
Did you double check that your production server is using your live mode endpoint's secret vs still using the local listener's secret?