#Flux0uz-webhook
1 messages · Page 1 of 1 (latest)
Looks like your endpoint is returning a 500 error to us:
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<status type="integer">500</status>
<error>Internal Server Error</error>
</hash>
Testing with the stripe cli, everything works perfectly. But from the dashboard, there is a 500. It is exactly the same setup as before and worked perfectly on Heroku.
Could it be that you're missing an environment variable perhaps? Something is broken in your code/env so you'd need to debug that
So, we were wondering if there was anything special to add. Do you know the DNS / IP Stripe to allow?
That's the only context we have
This isn't DNS/connectivity related (otherwise it wouldn't even receive the 500 response). But these are the IPs we send events from: https://stripe.com/docs/ips#webhook-notifications
Ok thanks, we'll keep looking
I'd add some more verbose logs to your webhook handler to see what's actually throwing the error