#pravin-webhook

1 messages · Page 1 of 1 (latest)

lost holly
#

@fallow vortex have you checked your server logs to see why it returns a 403 to Stripe?

fallow vortex
#

its not calling my api

lost holly
#

I'd imagine it's trying to but you return a 403 so it's something you need to debug on your end.

fallow vortex
#

i mean request is not reaching till appi

#

earlier it was working fine

lost holly
#

do you have the evt_xxx ID of a webhook event that's not being delivered?

fallow vortex
#

no code change

#

let me check

lost holly
#

sure so something changed on your end or your hosting provider or something

fallow vortex
#

"id": "evt_1JtpwTPPOigP2Gh1fGXMpKZW"

lost holly
#

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?

fallow vortex
#

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

lost holly
#

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

fallow vortex
#

thanks for suggestion

#

it might blocking stripe address

#

above information is helpful for me