#Pravin-Webhook
1 messages · Page 1 of 1 (latest)
Thanks, the 403 error is coming from your server. So I'd suggest you to check your server code and figure out why it responds 403 instead of 200.
as i have verified , this request is not reaching to my server
before that only is giving this error
but there are few other webhook which are getting 200 for same enpoint
Based on the log, Stripe has sent the webhook event to your server, and it's expecting 200 response code from your server. However, your server responds 403 instead of 200.
"id": "evt_1KW9v5PBUCd14FH3UAehg325" this message is also from same webhook endpoint
but got success
In event evt_1KW9v5PBUCd14FH3UAehg325, your server has responded 200 and that's why it's successful.
I'd recommend you to check your server code, and see in what scenario it responds 403.
ok thank you
Also you might want make sure you have whitelisted the following IP addresses in your server https://stripe.com/docs/ips#webhook-notifications
If your server only allows requests from certain IP range, then please include Stripe's webhook endpoints.