#pravin-webhook
1 messages · Page 1 of 1 (latest)
@fallow vortex have you checked your server logs to see why it returns a 403 to Stripe?
its not calling my api
I'd imagine it's trying to but you return a 403 so it's something you need to debug on your end.
do you have the evt_xxx ID of a webhook event that's not being delivered?
sure so something changed on your end or your hosting provider or something
yep you can see on that page that you are returning a 403 to us
that's all Stripe knows, you as the developer of the webhook endpoint need to begin debugging why! It looks like you use AWS with an ELB load balancer, maybe you changed the config there in a firewall or something and blocked us?
i need to check from firewall
only change in i have created new branch with same code and pointed cicd to this branch
and it started giving error
just want to know is there anything blocking from stripe end
there is not, all we know is what you see on that page you linked. We tried to connect to your URL and we got back a 403 forbidden error
my guess is it's something in your AWS config like it doesn't allow incoming external connections, or it blocks Stripe's IP addresses(https://stripe.com/docs/ips#webhook-notifications)