#Pravin-Webhook

1 messages · Page 1 of 1 (latest)

full blaze
#

Hi there, can you share with me the event IDs?

hallow isle
#

"id": "evt_1KVVLpPI8ClEMFLBF9Xmrdja"

#

"id": "evt_1KVVLpPI8ClEMFLBF9Xmrdja"

full blaze
#

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.

hallow isle
#

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

full blaze
#

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.

hallow isle
#

"id": "evt_1KW9v5PBUCd14FH3UAehg325" this message is also from same webhook endpoint

#

but got success

full blaze
#

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.

hallow isle
#

ok thank you

full blaze
#

If your server only allows requests from certain IP range, then please include Stripe's webhook endpoints.